Update for nvim v0.10
This commit is contained in:
parent
7dadc3afd5
commit
6b2e261d8c
7 changed files with 147 additions and 94 deletions
|
|
@ -61,3 +61,5 @@ vim.keymap.set("v", "K", ":m '<-2<CR>gv=gv", default("Move selection up"))
|
|||
vim.keymap.set("n", "<Leader>uI", fixIndentation, default("Fix indentation"))
|
||||
|
||||
vim.keymap.set("n", "<Leader>uh", ":nohl<CR>", default("Remove search highlight"))
|
||||
|
||||
vim.keymap.set('t', '<ESC>', '<C-\\><C-n>', default("Exit insert mode on terminal"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue