mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
a slew of options for the new modules
This commit is contained in:
parent
bc0fd67fe2
commit
4601147d9e
1 changed files with 13 additions and 0 deletions
13
vimrc
13
vimrc
|
|
@ -126,6 +126,19 @@ let mapleader = ','
|
|||
"let g:CommandTAcceptSelectionTabMap='<CR>'
|
||||
"let g:CommandTAcceptSelectionMap='<C-r>'
|
||||
|
||||
"SuperTab options
|
||||
let g:SuperTabDefaultCompletionType = "context"
|
||||
|
||||
"OmniComplete
|
||||
let g:rubycomplete_buffer_loading = 1
|
||||
let g:rubycomplete_classes_in_global = 1
|
||||
set completeopt+=longest
|
||||
|
||||
"TagBar
|
||||
let g:tagbar_usearrows = 1
|
||||
nnoremap <leader>l :TagbarToggle<CR>
|
||||
|
||||
|
||||
"xterm control+arrows
|
||||
map [1;5D <C-Left>
|
||||
map! [1;5D <C-Left>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue