This commit is contained in:
jay
2024-02-13 00:34:57 +08:00
parent e2cf533da4
commit 6aa8d00242
4 changed files with 9 additions and 7 deletions
+5 -5
View File
@@ -6,13 +6,13 @@ return {
hop.setup()
-- keymap.set('', '<leader>f', function ()
-- hop.hint_char1()
-- end)
keymap.set('', '<leader>s', function ()
keymap.set('', '<leader><leader>f', function ()
hop.hint_char1()
end)
keymap.set('', '<leader><leader>s', function ()
hop.hint_char2()
end)
keymap.set('', '<leader>w', function ()
keymap.set('', '<leader><leader>w', function ()
hop.hint_words()
end)
end
+2 -1
View File
@@ -34,7 +34,6 @@ return {
"godlygeek/tabular",
"plasticboy/vim-markdown",
"ctrlpvim/ctrlp.vim",
-- fzf
require('plugins.fzf'),
@@ -127,4 +126,6 @@ return {
-- themes
"tomasr/molokai",
"vimwiki/vimwiki",
}