]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added Vim aliases for zsh.
authorSimon Ruderich <simon@ruderich.org>
Tue, 28 Oct 2008 16:12:10 +0000 (17:12 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:40 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index e7d243afbe7648004ba6b48291a669e26af7534c..34c99556274dcb3543d72d76dbbf04d8fa7ae385 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -97,6 +97,16 @@ alias -g D='2>&1 | colordiff L'
 # Simplify calls to grep.
 alias -g G='| grep'
 
+# Multiple files given to Vim are opened in tabs.
+alias vim='vim -p'
+# Shortcuts for Vim.
+alias v='vim'
+alias vi='vim'
+
+# Exit binding like in Vim.
+alias :q='exit'
+
+
 # Improved ls which displays the files in columns (-C), visualises directories,
 # links and other special files (-F) and pages everything through less (L).
 #