mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added leap for improved movement
This commit is contained in:
@@ -132,3 +132,8 @@ m.nnoremap("N", [[<Cmd>execute('normal! ' . v:count1 . 'N')<CR><Cmd>lua require(
|
||||
|
||||
-- sindrets/winshift.nvim
|
||||
m.nnoremap("<C-W>m", ":WinShift<CR>", "Navigation: enter window shift mode")
|
||||
|
||||
-- ggandor/leap.nvim
|
||||
m.nnoremap("s", "<Plug>(leap-forward)", "Navigation: enter leap mode for forward movement")
|
||||
m.nnoremap("S", "<Plug>(leap-backward)", "Navigation: enter leap mode for backwards movement")
|
||||
m.nnoremap("gs", "<Plug>(leap-from-window", "Navigation: enter leap mode for other windows")
|
||||
|
Reference in New Issue
Block a user