diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-30 22:32:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 22:32:13 +0200 |
commit | 8bc8d5ed71782c7ca3c3d5ad7242772fc1779aca (patch) | |
tree | cd7cdc818569a8c0e2eee211fdcd759602f83726 | |
parent | a2297eecfd808f8ce76a6c906df2856967c26aec (diff) |
Update .vimrc
shortcut for tabnew
-rwxr-xr-x | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |