Ver Fonte

Changed YCM completion select to Tab. Using enter results in white space at the end of lines.

Drew há 12 anos atrás
pai
commit
0ad9be16bf
1 ficheiros alterados com 1 adições e 5 exclusões
  1. 1 5
      vimrc

+ 1 - 5
vimrc

@@ -176,16 +176,12 @@ map <leader><A-/><space> <plug>NERDCommenterComment
 "map <leader>/l <plug>NERDCommenterAlignBoth
 "map <leader>/u <plug>NERDCommenterUncomment
 
-"""""""""""""""""""""""""""""""""""""""" 
-" Useful Stuff
-""""""""""""""""""""""""""""""""""""""""
-
 """""""""""""""""""""""""""""""""""""""" 
 " YouCompleteMe
 """"""""""""""""""""""""""""""""""""""""
 
 " Unbind tab so as not to interfere with Ultisnips
-let g:ycm_key_list_select_completion = ['<Enter>']
+let g:ycm_key_list_select_completion = ['<Tab>']
 
 """""""""""""""""""""""""""""""""""""""""
 " TagList