nvim: keymappings: Drop the mapping for help

This commit is contained in:
Sanchayan Maity 2021-09-27 13:02:02 +05:30
parent 975e6a646e
commit 91eecec611
1 changed files with 0 additions and 1 deletions

View File

@ -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