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