Update .config/nvim/init.lua

This commit is contained in:
V 2022-12-04 19:28:13 +04:00
parent a6d13c72ae
commit a2e9c69bcc
1 changed files with 1 additions and 1 deletions

View File

@ -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})