feat: fish keybindings

This commit is contained in:
Pavel Korytov 2021-08-18 22:26:19 +03:00
parent ab7832732b
commit 0ae6b3127d
2 changed files with 14 additions and 0 deletions

View file

@ -53,3 +53,10 @@ set fish_color_param magenta
set fish_color_quote brwhite
set fish_color_redirection yellow
# Colors:1 ends here
# [[file:../../Console.org::*Keybindings][Keybindings:1]]
bind -M insert \el forward-char
bind -M insert \eh backward-char
bind -M insert \ew forward-word
bind -M insert \eb backward-word
# Keybindings:1 ends here

View file

@ -479,6 +479,13 @@ set fish_color_param magenta
set fish_color_quote brwhite
set fish_color_redirection yellow
#+end_src
** Keybindings
#+begin_src fish
bind -M insert \el forward-char
bind -M insert \eh backward-char
bind -M insert \ew forward-word
bind -M insert \eb backward-word
#+end_src
* Nushell
:PROPERTIES:
:header-args+: :tangle ./.config/nu/config.toml :comments link