mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 04:11:14 -03:00
Remove old OS X stuff from keybindings
We don't support older than 10.10 anymore. fish_key_reader reports the hardcoded bind we had for Mavericks is just -k sdc.
This commit is contained in:
@@ -69,7 +69,7 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
||||
|
||||
bind --preset $argv -k home beginning-of-line
|
||||
bind --preset $argv -k end end-of-line
|
||||
bind --preset $argv \e\[3\;2~ backward-delete-char # Mavericks Terminal.app shift-ctrl-delete
|
||||
bind --preset $argv -k sdc backward-delete-char # shifted delete
|
||||
|
||||
bind --preset $argv \ca beginning-of-line
|
||||
bind --preset $argv \ce end-of-line
|
||||
|
||||
Reference in New Issue
Block a user