add keybinding
This commit is contained in:
parent
e0a8bb4509
commit
fec39ad4df
1 changed files with 1 additions and 0 deletions
|
@ -1716,6 +1716,7 @@ config.bind('<Return>', 'prompt-accept', mode='prompt')
|
|||
# config.bind('<Alt-Shift-Y>', 'prompt-yank --sel', mode='yesno')
|
||||
# config.bind('<Alt-Y>', 'prompt-yank', mode='yesno')
|
||||
config.bind('<Escape>', 'leave-mode', mode='yesno')
|
||||
config.bind('<Ctrl-g>', 'leave-mode', mode='yesno')
|
||||
config.bind('<Return>', 'prompt-accept', mode='yesno')
|
||||
config.bind('n', 'prompt-accept no', mode='yesno')
|
||||
config.bind('y', 'prompt-accept yes', mode='yesno')
|
||||
|
|
Loading…
Reference in a new issue