remove sneak
parent
9fe54bcc10
commit
fbd0b7a3c8
|
@ -50,9 +50,9 @@ keymap.set('n', '<leader>2', ':diffget REMOTE<CR>')
|
||||||
keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent = true })
|
keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent = true })
|
||||||
|
|
||||||
-- vim-sneak
|
-- vim-sneak
|
||||||
keymap.set('n', 'f', '<Plug>Sneak_s', { silent = true })
|
-- keymap.set('n', 'f', '<Plug>Sneak_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 })
|
-- keymap.set('n', 's', 's', { silent = true })
|
||||||
|
|
||||||
|
|
||||||
-- easymotion
|
-- easymotion
|
||||||
|
|
|
@ -8,7 +8,7 @@ return {
|
||||||
-- -- commenting with gc
|
-- -- commenting with gc
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
|
|
||||||
"justinmk/vim-sneak",
|
-- "justinmk/vim-sneak",
|
||||||
"arkav/lualine-lsp-progress",
|
"arkav/lualine-lsp-progress",
|
||||||
|
|
||||||
-- tmux & split window navigation
|
-- tmux & split window navigation
|
||||||
|
|
Loading…
Reference in New Issue