Skip to content

Commit

Permalink
Bring back block cursor on insert
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeville committed Dec 19, 2024
1 parent c6e5bd8 commit 8503852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/common/.config/fish/conf.d/bindings.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# use the vim key bindings
set -gx fish_key_bindings fish_vi_key_bindings

# in v4 fish correctly sets the vi insert cursor to a line but I'm too used to it being a block
set fish_cursor_insert block

# ctrl-y to accept autocomplete suggestion
bind -M insert \cy accept-autosuggestion

0 comments on commit 8503852

Please sign in to comment.