dotfiles/.config/fish/config.fish

19 lines
313 B
Fish

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