diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c860f83..1f17f03 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/Console.org b/Console.org index 7febeed..bfda9d3 100644 --- a/Console.org +++ b/Console.org @@ -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