mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-11 09:09:29 -04:00
fish: add vi keybinding setup
This commit is contained in:
parent
1407b2385b
commit
3cdd4914d3
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ if set -q TERM && test $TERM = alacritty && ! set -q COLORTERM
|
||||||
end
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
|
fish_vi_key_bindings
|
||||||
|
set fish_cursor_insert line
|
||||||
|
set fish_cursor_replace_one underscore
|
||||||
|
set fish_cursor_replace underscore
|
||||||
|
set fish_cursor_external line
|
||||||
|
|
||||||
set -g fish_prompt_pwd_full_dirs 2
|
set -g fish_prompt_pwd_full_dirs 2
|
||||||
|
|
||||||
alias rsync 'rsync --preallocate'
|
alias rsync 'rsync --preallocate'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue