nvim: keymappings: Add a key mapping to help with opening vim docs
This commit is contained in:
parent
5d2d279e9e
commit
2fcdea1cb2
1 changed files with 1 additions and 0 deletions
|
@ -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', '<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>n', ':nohlsearch<CR>', { noremap = true, silent = true })
|
||||||
|
remap('n', '<Leader>h', ':help<SPACE>', { noremap = true })
|
||||||
|
|
||||||
-- Move across wrapped lines like regular lines
|
-- Move across wrapped lines like regular lines
|
||||||
-- Go to the first non-blank character of a line
|
-- Go to the first non-blank character of a line
|
||||||
|
|
Loading…
Reference in a new issue