diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-25 10:47:41 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-25 10:47:41 +0100 |
commit | 8607bb0c1e7653c1249c40fa573f94718b4d5727 (patch) | |
tree | d84ef63ec1c5c7626513a372b3529f0d6a1de8ff /res | |
parent | c696ec1759c16a70d2a22cea6002efcf9c1f5cfa (diff) | |
download | chawan-8607bb0c1e7653c1249c40fa573f94718b4d5727.tar.gz |
Fix command() keybinding
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index b449b12c..5fb2dfdf 100644 --- a/res/config.toml +++ b/res/config.toml @@ -57,7 +57,7 @@ v = 'pager.toggleSource()' D = 'pager.discardBuffer()' ',' = 'pager.prevBuffer()' '.' = 'pager.nextBuffer()' -M-C = 'pager.command()' +M-c = 'pager.command()' C = 'pager.commandMode();console.show()' '/' = 'pager.isearchForward()' '?' = 'pager.isearchBackward()' |