fix: syntax.
This commit is contained in:
@@ -42,7 +42,7 @@ autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=236
|
||||
" mapping
|
||||
cnoremap <expr> <Down> pumvisible() ? "\<C-n>" : "\<Down>"
|
||||
cnoremap <expr> <Up> pumvisible() ? "\<C-p>" : "\<Up>"
|
||||
map <C-c> :call LlamaToggle()<CR>
|
||||
map <C-c> :LlamaToggle<CR>
|
||||
nmap <Esc>[Z <C-w>W
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
nmap <Tab> <C-w>w
|
||||
|
||||
Reference in New Issue
Block a user