mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Fix indentation
This commit is contained in:
@@ -74,8 +74,8 @@ function fish_default_key_bindings -d "Default (Emacs-like) key bindings for fis
|
|||||||
bind \ef forward-word
|
bind \ef forward-word
|
||||||
bind \e\[1\;5C forward-word
|
bind \e\[1\;5C forward-word
|
||||||
bind \e\[1\;5D backward-word
|
bind \e\[1\;5D backward-word
|
||||||
bind \e\[1\;9C forward-word #iTerm2
|
bind \e\[1\;9C forward-word #iTerm2
|
||||||
bind \e\[1\;9D backward-word #iTerm2
|
bind \e\[1\;9D backward-word #iTerm2
|
||||||
bind \ed forward-kill-word
|
bind \ed forward-kill-word
|
||||||
bind -k ppage beginning-of-history
|
bind -k ppage beginning-of-history
|
||||||
bind -k npage end-of-history
|
bind -k npage end-of-history
|
||||||
|
|||||||
Reference in New Issue
Block a user