-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
I've tried binding both "\c\ " and "\c\x20", however none of these seem to work.
Fish_key_reader (and bash escape sequence) reports that control-space is
hex: 0 char: \c@
bind \c@ 'do something'
Yet trying to bind \c@ results in
Invalid token '\c@'
fish: bind \c@
Substituting @ for its hex equivalent doesn't seem to work either.
Reproduction Steps:
- Try to bind control-space using any of the methods above
Fish version: fish, version 2.3.0
Operating system: OSX 10.11, Homebrew install
Terminal or terminal emulator: OSX terminal app
Reactions are currently unavailable