This commit is contained in:
Adam Harrison
2021-11-14 15:41:28 -05:00
parent 6bdcfc824d
commit 1968d31b7c
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ local function keymap_macos(keymap)
["shift+lclick"] = "doc:select-to-cursor",
["ctrl+lclick"] = "doc:split-cursor",
["lclick"] = "doc:set-cursor",
["dlclick"] = "doc:select-word",
["tlclick"] = "doc:select-lines",
["dlclick"] = "doc:set-cursor-word",
["tlclick"] = "doc:set-cursor-line",
["shift+left"] = "doc:select-to-previous-char",
["shift+right"] = "doc:select-to-next-char",
["shift+up"] = "doc:select-to-previous-line",