nvim: hop: update movement keys

This commit is contained in:
2026-06-10 19:21:43 +01:00
parent 98cd975bc0
commit ea0b06adc8
+1 -1
View File
@@ -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, {})