1
0

Use normal mode by default for telescope windows

This commit is contained in:
Patrick Auernig 2023-05-30 15:05:20 +02:00
parent 0578a3dede
commit fdd6684e8b

View File

@ -4,6 +4,9 @@ local actions = require("telescope.actions")
telescope.load_extension("harpoon")
telescope.setup {
defaults = {
initial_mode = "normal"
},
pickers = {
buffers = {
mappings = {