home/fish: use vim keybinds
This commit is contained in:
parent
5d8b5cf443
commit
6f0cd4da41
1 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,18 @@
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
||||||
|
set fish_cursor_default block
|
||||||
|
set fish_cursor_insert line
|
||||||
|
set fish_cursor_replace_one underscore
|
||||||
|
set fish_cursor_replace underscore
|
||||||
|
set fish_cursor_external line
|
||||||
|
set fish_cursor_visual block
|
||||||
|
|
||||||
|
function fish_user_key_bindings
|
||||||
|
fish_default_key_bindings -M insert
|
||||||
|
fish_vi_key_bindings --no-erase insert
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Reference in a new issue