added easymotion
This commit is contained in:
@@ -53,3 +53,8 @@ keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent =
|
||||
keymap.set('n', 'f', '<Plug>Sneak_s', { silent = true })
|
||||
keymap.set('n', 'F', '<Plug>Sneak_S', { silent = true })
|
||||
keymap.set('n', 's', 's', { silent = true })
|
||||
|
||||
|
||||
-- easymotion
|
||||
keymap.set('n', '<leader>f', '<Plug>(easymotion-prefix)', { silent = true })
|
||||
keymap.set('n', '<leader>fs', '<Plug>(easymotion-overwin-f2)', { silent = true })
|
||||
|
||||
Reference in New Issue
Block a user