removed old keymaps from keymap.lua and ported them to the specific plugin files

This commit is contained in:
piecka 2024-09-04 10:53:55 +02:00
parent 17540ab4bf
commit f26a884830
5 changed files with 57 additions and 79 deletions

View file

@ -15,9 +15,9 @@ return {
["<C-v>"] = "vsplit",
["<C-o>"] = "tab drop",
},
winblend = 10, -- psuedotransparency level
winblend = 30, -- psuedotransparency level
direction = "float", -- window type: float horizontal vertical
border = "shadow", -- border kind: single double shadow curved
border = "curved", -- border kind: single double shadow curved
escape_quit = true, -- map escape to the quit command (so it doesn't go into a meta normal mode)
focus_on_open = true, -- focus the current file when opening Lf (experimental)
mappings = true, -- whether terminal buffer mapping is enabled