Skip to content

Commit

Permalink
Merge pull request #18 from madk38/master
Browse files Browse the repository at this point in the history
Fix abbrevation tips to work with vi mode
  • Loading branch information
gazorby authored Oct 21, 2021
2 parents 6b48f50 + a9e59a3 commit ff073a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conf.d/abbr_tips.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
bind " " '__abbr_tips_bind_space'
bind \n '__abbr_tips_bind_newline'
bind \r '__abbr_tips_bind_newline'
for mode in default insert
bind --mode $mode " " '__abbr_tips_bind_space'
bind --mode $mode \n '__abbr_tips_bind_newline'
bind --mode $mode \r '__abbr_tips_bind_newline'
end

set -g __abbr_tips_used 0

Expand Down

0 comments on commit ff073a9

Please sign in to comment.