8000 Unable to bind control-space key command · Issue #3189 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content

Unable to bind control-space key command #3189

@ghost

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:

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0