mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 02:11:16 -03:00
Don't translate \n to enter
Apparently it's never entere because we turn off ICRNL. I'm not sure why it says "no binding found".
This commit is contained in:
@@ -113,4 +113,11 @@ bind tab
|
||||
bind ctrl-\b
|
||||
# CHECKERR: bind: Cannot add control modifier to control character 'ctrl-h'
|
||||
|
||||
# Either Return or ctrl-m.
|
||||
bind \r
|
||||
# CHECK: bind --preset enter execute
|
||||
# Never Return, probably always ctrl-j.
|
||||
bind \n 2>&1
|
||||
# CHECK: bind: No binding found for key 'ctrl-j'
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user