Added find-replace:select-next, bound to ctrl+d by default

This commit is contained in:
rxi
2020-05-01 10:21:57 +01:00
parent 044fdb3655
commit ab8510291e
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ keymap.add {
["ctrl+shift+return"] = "doc:newline-above",
["ctrl+j"] = "doc:join-lines",
["ctrl+a"] = "doc:select-all",
["ctrl+d"] = "doc:select-word",
["ctrl+d"] = { "find-replace:select-next", "doc:select-word" },
["ctrl+l"] = "doc:select-lines",
["ctrl+/"] = "doc:toggle-line-comments",
["ctrl+up"] = "doc:move-lines-up",