diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-31 10:46:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-31 10:46:27 +0200 |
| commit | d977483fbc5e9bc34290b5149522686f18dc03e4 (patch) | |
| tree | a540a669196d845ba16aede6a038c90e38507b58 | |
| parent | 8bc8d5ed71782c7ca3c3d5ad7242772fc1779aca (diff) | |
Update .vimrc
New colorscheme, updated shortcut for tabnew and added cursorline
| -rwxr-xr-x | .vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |