mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-27 10:23:50 -07:00
Bind CTRL-/ and ALT-/ to toggle-wrap by default
This commit is contained in:
@@ -617,6 +617,8 @@ func defaultKeymap() map[tui.Event][]*action {
|
||||
if !util.IsWindows() {
|
||||
add(tui.CtrlZ, actSigStop)
|
||||
}
|
||||
add(tui.CtrlSlash, actToggleWrap)
|
||||
addEvent(tui.AltKey('/'), actToggleWrap)
|
||||
|
||||
addEvent(tui.AltKey('b'), actBackwardWord)
|
||||
add(tui.ShiftLeft, actBackwardWord)
|
||||
|
Reference in New Issue
Block a user