vim: keymap for better cmdline navigation
This commit is contained in:
parent
bd023605b9
commit
51cb1426ac
1 changed files with 4 additions and 0 deletions
|
@ -69,3 +69,7 @@ map('n', '<leader>h', '<cmd>nohlsearch<cr>')
|
|||
-- more convenient way of entering normal mode from terminal mode
|
||||
map('t', [[<c-\><c-\>]], [[<c-\><c-n>]])
|
||||
|
||||
-- recall older/recent command-line from history
|
||||
map('c', '<c-j>', '<down>')
|
||||
map('c', '<c-k>', '<up>')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue