remove sneak

This commit is contained in:
2023-12-31 16:09:12 +01:00
parent 9fe54bcc10
commit fbd0b7a3c8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -50,9 +50,9 @@ keymap.set('n', '<leader>2', ':diffget REMOTE<CR>')
keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent = true })
-- vim-sneak
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 })
-- 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