1
0
forked from extern/nix-config

Add various vim aliases to .zsh_aliases

This commit is contained in:
Donovan Glover 2017-11-26 04:13:48 -05:00
parent 08a83577c6
commit f39fdeb128
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -52,6 +52,9 @@ alias volume="vol"
####################################################################
alias vim="vim -p" # Open multiple files in new tabs instead of buffers
alias vh="vim -o" # Open multiple files horizontally
alias vv="vim -O" # Open multiple files vertically
alias vc="vimdiff" # Easily compare two files side by side for differences between them
alias dl="youtube-dl" # Quick and easy way to download the majority of online videos
alias back="feh --no-fehbg --bg-fill" # Easily set a new background (temporary)