vim: keymap for better cmdline navigation

This commit is contained in:
Fernando Schauenburg 2023-07-12 00:25:07 +02:00
parent bd023605b9
commit 51cb1426ac

View file

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