mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
Make edit keybindings for move-by-word and backspace-word configurable
And make them platform dependent so that they are with ctrl on Windows and Linux, but alt on Mac.
This commit is contained in:
@@ -630,6 +630,15 @@ keybinding:
|
||||
nextMatch: "n"
|
||||
prevMatch: "N"
|
||||
startSearch: /
|
||||
|
||||
# <a-left> on Mac
|
||||
moveWordLeft: <c-left>
|
||||
|
||||
# <a-right> on Mac
|
||||
moveWordRight: <c-right>
|
||||
|
||||
# <a-backspace> on Mac
|
||||
backspaceWord: <c-backspace>
|
||||
optionMenu: <disabled>
|
||||
optionMenu-alt1: '?'
|
||||
select: <space>
|
||||
|
||||
Reference in New Issue
Block a user