chore: remove keymaps nzz on n and Nzz on N
It feels clearer where am I in the code when the content doesn't shift as much. I will keep the zz keymaps for other kinds of movement like <C-d>, <C-u>, <C-j> and <C-k> though
This commit is contained in:
parent
0ba757ae05
commit
fdf653d250
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ set("n", "<leader>e", "<cmd>:Oil<CR>")
|
|||
set("i", "<C-c>", "<Esc>")
|
||||
|
||||
-- Keep things centered
|
||||
set("n", "n", "nzz")
|
||||
set("n", "N", "Nzz")
|
||||
set("n", "<C-d>", "<C-d>zz")
|
||||
set("n", "<C-u>", "<C-u>zz")
|
||||
set("n", "<C-j>", "<cmd>cnext<CR>zz")
|
||||
|
|
|
|||
Loading…
Reference in a new issue