mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +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_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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue