From 0ae6b3127d0486f1271b2279b9422160b7d8309a Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Wed, 18 Aug 2021 22:26:19 +0300 Subject: [PATCH] feat: fish keybindings --- .config/fish/config.fish | 7 +++++++ Console.org | 7 +++++++ 2 files changed, 14 insertions(+) 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