nvim: hop: update movement keys
This commit is contained in:
@@ -3,7 +3,7 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
local hop = require('hop')
|
local hop = require('hop')
|
||||||
hop.setup {
|
hop.setup {
|
||||||
keys = 'qwertyuiopasdfghjklzxcvbnm1234567890 '
|
keys = 'qwertyuiopasdfghjklzxcvbnm'
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.keymap.set('n', 'W', hop.hint_words, {})
|
vim.keymap.set('n', 'W', hop.hint_words, {})
|
||||||
|
|||||||
Reference in New Issue
Block a user