mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add new keymaps
This commit is contained in:
@@ -87,8 +87,11 @@ keymap("n", "<C-y>", "3<C-y>", opts)
|
||||
keymap("n", "G", "Gzzzv", opts)
|
||||
keymap("n", "n", "nzzzv", opts)
|
||||
keymap("n", "N", "Nzzzv", opts)
|
||||
keymap("n", "}", "}zzzv", opts)
|
||||
keymap("n", "{", "{zzzv", opts)
|
||||
keymap("n", "<C-d>", "<C-d>zz", opts)
|
||||
keymap("n", "<C-u>", "<C-u>zz", opts)
|
||||
|
||||
-- Copy to the end of the line
|
||||
keymap("n", "Y", "yg$", opts)
|
||||
|
||||
-- Close all buffers
|
||||
keymap("n", "XX", ":qa<CR>", opts)
|
||||
|
||||
Reference in New Issue
Block a user