mirror of
https://github.com/akelge/vim
synced 2025-07-12 01:22:10 +00:00
Readded GuiTabLabel and fixed Tab completion
This commit is contained in:
8
vimrc
8
vimrc
@ -133,8 +133,12 @@ function! CleverTab()
|
||||
return "\<C-N>"
|
||||
endfunction
|
||||
" map the function to Tab
|
||||
" inoremap <C-\> <C-R>=CleverTab()<CR>
|
||||
" inoremap <Tab> <C-R>=CleverTab()<CR>
|
||||
inoremap <C-\> <C-R>=CleverTab()<CR>
|
||||
inoremap <Tab> <C-R>=CleverTab()<CR>
|
||||
" map Shift-Tab to Snipmate
|
||||
imap <S-Tab> <Plug>snipMateNextOrTrigger
|
||||
smap <S-Tab> <Plug>snipMateNextOrTrigger
|
||||
|
||||
set completeopt=longest
|
||||
|
||||
" Emacs like indenting. Pressing Tab indents line
|
||||
|
Reference in New Issue
Block a user