From 39c4dc1afaa330e0b84aadd4af2960f2dc01feb0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 16 Jan 2020 10:17:17 +0000 Subject: Alt way of defining combinations Seems like C-Fx is not working because the desktop or tmux behaviour. --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index f33fa4f..a389486 100644 --- a/vimrc +++ b/vimrc @@ -57,11 +57,11 @@ let g:syntastic_mode_map = { \ 'mode': 'passive', \ 'active_filetypes': [ 'python', 'go' ] } -" make easy to perform a check -noremap :SyntasticCheck +" make easy to perform a check (C-F6) +noremap :SyntasticCheck -"" vim-autoformat -noremap :Autoformat +"" vim-autoformat (C-F5) +noremap :Autoformat " enable omnicompletion set omnifunc=syntaxcomplete#Complete -- cgit v1.2.3