nvim: keymappings: Add a key mapping to help with opening vim docs

This commit is contained in:
Sanchayan Maity 2021-06-15 09:45:49 +05:30
parent 5d2d279e9e
commit 2fcdea1cb2
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ remap('n', '<C-\\>', ':vsp <CR>:<C-u>tag <C-r><C-w><CR>', { noremap = true })
remap('n', '<A-]>', ':sp <CR>:<C-u>tag <C-r><C-w><CR>', { noremap = true })
remap('n', '<Leader>n', ':nohlsearch<CR>', { noremap = true, silent = true })
remap('n', '<Leader>h', ':help<SPACE>', { noremap = true })
-- Move across wrapped lines like regular lines
-- Go to the first non-blank character of a line