dotfiles/.config/fish/config.fish

19 lines
313 B
Fish
Raw Permalink Normal View History

2021-09-21 11:14:10 +02:00
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
2021-12-23 14:13:42 +01:00
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -x EDITOR nvim
2021-09-21 11:14:10 +02:00
thefuck --alias | source
abbr -a -g gs git status