Update .config/nvim/init.lua
This commit is contained in:
parent
a6d13c72ae
commit
a2e9c69bcc
|
@ -11,5 +11,5 @@ set imsearch=-1
|
|||
]]
|
||||
local hop = require('hop')
|
||||
local directions = require('hop.hint').HintDirection
|
||||
vim.keymap.set('', 'f', function() hop.hint_words() end, {remap=true})
|
||||
vim.keymap.set('', '<a-f>', function() hop.hint_words() end, {remap=true})
|
||||
|
||||
|
|
Loading…
Reference in a new issue