mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 10:36:11 -05:00
fish: add vi keybinding setup
This commit is contained in:
parent
1407b2385b
commit
3cdd4914d3
@ -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…
Reference in New Issue
Block a user