From 94969245a958d16402f606a1b5708b4573ba395f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 1 May 2020 22:43:41 +0200 Subject: .vimrc: Added keybindings for quickly opening netrw. --- files/vim/.vimrc | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 0c64b11..a9d2436 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -105,25 +105,25 @@ call deoplete#custom#option('sources', { \}) " For YouCompleteMe -let g:ycm_auto_trigger = 0 -let g:ycm_autoclose_preview_window_after_insertion = 1 +"let g:ycm_auto_trigger = 0 +"let g:ycm_autoclose_preview_window_after_insertion = 1 " For syntastic -set statusline+=%#warningmsg# -set statusline+=%{SyntasticStatuslineFlag()} -set statusline+=%* -let g:syntastic_cs_checkers = ['code_checker'] -let g:syntastic_enable_signs = 1 -let g:syntastic_aggregate_errors = 1 -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_auto_loc_list = 2 -let g:syntastic_check_on_open = 1 -let g:syntastic_check_on_wq = 0 +"set statusline+=%#warningmsg# +"set statusline+=%{SyntasticStatuslineFlag()} +"set statusline+=%* +"let g:syntastic_cs_checkers = ['code_checker'] +"let g:syntastic_enable_signs = 1 +"let g:syntastic_aggregate_errors = 1 +"let g:syntastic_always_populate_loc_list = 1 +"let g:syntastic_auto_loc_list = 2 +"let g:syntastic_check_on_open = 1 +"let g:syntastic_check_on_wq = 0 " For omnisharp -let g:OmniSharp_server_stdio = 1 -let g:OmniSharp_server_path = '/home/taamas/repos/omnisharp-roslyn/artifacts/scripts/OmniSharp.Stdio' -let g:OmniSharp_selector_ui = 'fzf' +"let g:OmniSharp_server_stdio = 1 +"let g:OmniSharp_server_path = '/home/taamas/repos/omnisharp-roslyn/artifacts/scripts/OmniSharp.Stdio' +"let g:OmniSharp_selector_ui = 'fzf' " For cursor shape with tmux if exists('$TMUX') @@ -184,6 +184,9 @@ map 5+ map 5- map 10> +nnoremap f :40Vexplore +nnoremap F :40Lexplore + nnoremap :tabnew "nnoremap gt "Can't be set without also remapping "nnoremap gT -- cgit v1.2.1