nvim: keymappings: Drop the mapping for help
This commit is contained in:
parent
975e6a646e
commit
91eecec611
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ remap('n', '<C-\\>', ':vsp <CR>:<C-u>tag <C-r><C-w><CR>', opts)
|
|||
remap('n', '<A-]>' , ':sp <CR>:<C-u>tag <C-r><C-w><CR>' , opts)
|
||||
|
||||
remap('n', '<Leader>n', ':nohlsearch<CR>', opts)
|
||||
remap('n', '<Leader>h', ':help<SPACE>' , opts)
|
||||
|
||||
-- Move across wrapped lines like regular lines
|
||||
-- Go to the first non-blank character of a line
|
||||
|
|
Loading…
Reference in a new issue