removed old keymaps from keymap.lua and ported them to the specific plugin files
This commit is contained in:
parent
17540ab4bf
commit
f26a884830
5 changed files with 57 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue