diff --git a/vimrcs/extended.vim b/vimrcs/extended.vim index 9d11f2de..0c784aba 100644 --- a/vimrcs/extended.vim +++ b/vimrcs/extended.vim @@ -29,7 +29,7 @@ set guioptions-=L " Colorscheme set background=dark -colorscheme gruvbox +colorscheme dracula """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Fast editing and reloading of vimrc configs diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index bee301c5..589b3c0c 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -101,10 +101,10 @@ autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif let g:multi_cursor_use_default_mapping=0 " Default mapping -let g:multi_cursor_start_word_key = '' -let g:multi_cursor_select_all_word_key = '' -let g:multi_cursor_start_key = 'g' -let g:multi_cursor_select_all_key = 'g' +let g:multi_cursor_start_word_key = '' +let g:multi_cursor_select_all_word_key = '' +let g:multi_cursor_start_key = 'g' +let g:multi_cursor_select_all_key = 'g' let g:multi_cursor_next_key = '' let g:multi_cursor_prev_key = '' let g:multi_cursor_skip_key = ''