Tags
This commit is contained in:
parent
e8244f292b
commit
d2fb7c8b2a
@ -23,6 +23,7 @@ autocmd VimEnter,Colorscheme * :hi IndentGuidesEven guibg=green ctermbg=8
|
|||||||
"inoremap <expr><Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
|
"inoremap <expr><Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
|
||||||
imap <Expr>\ neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<C-n>" : "\<TAB>"
|
imap <Expr>\ neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<C-n>" : "\<TAB>"
|
||||||
smap <Expr>\ neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
|
smap <Expr>\ neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
|
||||||
|
nnoremap <Leader><Space> :CtrlPTag<CR>
|
||||||
nnoremap <C-w>\| <C-w>v<C-w>l
|
nnoremap <C-w>\| <C-w>v<C-w>l
|
||||||
nnoremap <C-w>- <C-w>s<C-w>j
|
nnoremap <C-w>- <C-w>s<C-w>j
|
||||||
nnoremap <C-d> <C-w>q
|
nnoremap <C-d> <C-w>q
|
||||||
@ -132,6 +133,7 @@ nnoremap / /\v
|
|||||||
vnoremap / /\v
|
vnoremap / /\v
|
||||||
inoremap jk <Esc>A
|
inoremap jk <Esc>A
|
||||||
inoremap kj <Esc>A
|
inoremap kj <Esc>A
|
||||||
|
set tags=./tags;/
|
||||||
set wildmode=longest,list,full
|
set wildmode=longest,list,full
|
||||||
set gfn=Monospace\ 8
|
set gfn=Monospace\ 8
|
||||||
set guioptions=
|
set guioptions=
|
||||||
@ -357,6 +359,10 @@ Plug 'https://github.com/joonty/vdebug'
|
|||||||
" | https://github.com/joonty/vdebug
|
" | https://github.com/joonty/vdebug
|
||||||
Plug 'https://github.com/zenbro/mirror.vim'
|
Plug 'https://github.com/zenbro/mirror.vim'
|
||||||
" | https://github.com/zenbro/mirror.vim
|
" | https://github.com/zenbro/mirror.vim
|
||||||
|
"Plug 'https://github.com/xolox/vim-easytags'
|
||||||
|
" " | https://github.com/xolox/vim-easytags
|
||||||
|
"Plug 'https://github.com/xolox/vim-misc'
|
||||||
|
" " | https://github.com/xolox/vim-misc
|
||||||
call plug#end()
|
call plug#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
if exists("+undofile")
|
if exists("+undofile")
|
||||||
|
Loading…
Reference in New Issue
Block a user