mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat: fish keybindings
This commit is contained in:
parent
ab7832732b
commit
0ae6b3127d
2 changed files with 14 additions and 0 deletions
|
|
@ -53,3 +53,10 @@ set fish_color_param magenta
|
||||||
set fish_color_quote brwhite
|
set fish_color_quote brwhite
|
||||||
set fish_color_redirection yellow
|
set fish_color_redirection yellow
|
||||||
# Colors:1 ends here
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -479,6 +479,13 @@ set fish_color_param magenta
|
||||||
set fish_color_quote brwhite
|
set fish_color_quote brwhite
|
||||||
set fish_color_redirection yellow
|
set fish_color_redirection yellow
|
||||||
#+end_src
|
#+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
|
* Nushell
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args+: :tangle ./.config/nu/config.toml :comments link
|
:header-args+: :tangle ./.config/nu/config.toml :comments link
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue