summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-03-30 22:32:13 +0200
committerGitHub <noreply@github.com>2020-03-30 22:32:13 +0200
commit8bc8d5ed71782c7ca3c3d5ad7242772fc1779aca (patch)
treecd7cdc818569a8c0e2eee211fdcd759602f83726
parenta2297eecfd808f8ce76a6c906df2856967c26aec (diff)
Update .vimrc
shortcut for tabnew
-rwxr-xr-x.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 387b70d..b1e076e 100755
--- a/.vimrc
+++ b/.vimrc
@@ -26,6 +26,8 @@ set incsearch
set visualbell
set laststatus=2
+nnoremap :tn :tabnew<CR>
+
call vundle#end() " required
filetype plugin indent on " required
set nocompatible " be iMproved, required