mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42:19 +00:00
fish: set insert mode cursor to blinking block
This commit is contained in:
parent
477cc38105
commit
b582f48ae0
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
||||||
# Use vim bindings and cursors
|
# Use vim bindings and cursors
|
||||||
''
|
''
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
set fish_cursor_default block blink
|
set fish_cursor_default block
|
||||||
set fish_cursor_insert line blink
|
set fish_cursor_insert block blink
|
||||||
set fish_cursor_replace_one underscore blink
|
set fish_cursor_replace_one underscore blink
|
||||||
set fish_cursor_visual block
|
set fish_cursor_visual block
|
||||||
'' +
|
'' +
|
||||||
|
|
Loading…
Reference in a new issue