summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-03-31 10:46:27 +0200
committerGitHub <noreply@github.com>2020-03-31 10:46:27 +0200
commitd977483fbc5e9bc34290b5149522686f18dc03e4 (patch)
treea540a669196d845ba16aede6a038c90e38507b58
parent8bc8d5ed71782c7ca3c3d5ad7242772fc1779aca (diff)
Update .vimrc
New colorscheme, updated shortcut for tabnew and added cursorline
-rwxr-xr-x.vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index b1e076e..5fb7299 100755
--- a/.vimrc
+++ b/.vimrc
@@ -25,8 +25,9 @@ set hlsearch
set incsearch
set visualbell
set laststatus=2
+set cursorline
-nnoremap :tn :tabnew<CR>
+nnoremap tn :tabnew<CR>
call vundle#end() " required
filetype plugin indent on " required
@@ -35,6 +36,6 @@ filetype off " required
syntax on
-colorscheme gruvbox-hard
-"colorscheme synthwave
+colorscheme miramare
+"colorscheme gruvbox-hard
set showcmd