From 81c3d691b21aca2dccdbdefe70b2d0d4423956f0 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 13 Jan 2014 21:19:25 +0100 Subject: [PATCH] vim: open multiple files in tabs by default --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 35ca63b..f662db6 100644 --- a/.bashrc +++ b/.bashrc @@ -21,3 +21,6 @@ alias l='ls -lhatr' alias ls='ls --color=auto' alias pwgen='pwgen -B -s' + +# open multiple files in tabs +alias vim='vim -p'