Use normal mode by default for telescope windows
This commit is contained in:
parent
0578a3dede
commit
fdd6684e8b
@ -4,6 +4,9 @@ local actions = require("telescope.actions")
|
|||||||
telescope.load_extension("harpoon")
|
telescope.load_extension("harpoon")
|
||||||
|
|
||||||
telescope.setup {
|
telescope.setup {
|
||||||
|
defaults = {
|
||||||
|
initial_mode = "normal"
|
||||||
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
buffers = {
|
buffers = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user