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