(fish) fix keybindings, add editor and abbrs

This commit is contained in:
qvalentin 2022-03-22 16:47:43 +01:00
parent 6def8269bf
commit 32571189c7
Signed by: qvalentin
GPG Key ID: C979FA1EAFCABF1C
1 changed files with 10 additions and 4 deletions

View File

@ -1,12 +1,18 @@
if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
bind '[5D' backward-word
bind '[5C' forward-word
end
bind '[P' delete-char
bind '[1;6D' backward-bigword
bind '[1;6C' forward-bigword
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -x EDITOR nvim
thefuck --alias | source
abbr -a -g gs git status