瀏覽代碼

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

Drew 12 年之前
父節點
當前提交
0ad9be16bf
共有 1 個文件被更改,包括 1 次插入5 次删除
  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