(fish) fix keybindings, add editor and abbrs
This commit is contained in:
parent
6def8269bf
commit
32571189c7
|
@ -1,12 +1,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
|
if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
|
||||||
bind '[5D' backward-word
|
bind '[5D' backward-word
|
||||||
bind '[5C' forward-word
|
bind '[5C' forward-word
|
||||||
|
|
||||||
end
|
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 MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||||
|
set -x EDITOR nvim
|
||||||
|
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
|
|
||||||
|
abbr -a -g gs git status
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue