change lvim buffer keybinds for clarity
This commit is contained in:
parent
5d6bbc2da4
commit
bc72905820
1 changed files with 4 additions and 2 deletions
|
@ -140,8 +140,10 @@ lvim.keys.insert_mode = {
|
|||
lvim.keys.normal_mode = {
|
||||
["<c-s>"] = ":w<CR>",
|
||||
["<c-q>"] = ":lua Custom_Close()<CR>",
|
||||
["<C-Right>"] = ":bn<CR>",
|
||||
["<C-Left>"] = ":bp<CR>",
|
||||
["<C-Right>"] = "W",
|
||||
["<C-Left>"] = "gE",
|
||||
["<C-.>"] = ":bn<CR>",
|
||||
["<C-,>"] = ":bp<CR>",
|
||||
["<S-Up>"] = "<C-U>",
|
||||
["<S-Down>"] = "<C-D>"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue