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.setup {
|
||||
defaults = {
|
||||
initial_mode = "normal"
|
||||
},
|
||||
pickers = {
|
||||
buffers = {
|
||||
mappings = {
|
||||
|
Loading…
Reference in New Issue
Block a user