Skip to content

Commit

Permalink
fvim to open fzf file with vim (like e)
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 9, 2020
1 parent 6a172fd commit b9ecda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fish-abbreviations.fish
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ abbr -a -U dco docker-compose
abbr -a -U de 'trans en:de'
abbr -a -U e 'fzf | xargs -ro vim'
abbr -a -U en 'trans de:en'
abbr -a -U fvim 'fzf | xargs -ro vim'
abbr -a -U g git
abbr -a -U ga 'git add'
abbr -a -U gc 'git commit -m'
Expand Down

0 comments on commit b9ecda5

Please sign in to comment.