Use Down/Up key to move position during selection popup in command mode.
This commit is contained in:
@@ -39,6 +39,8 @@ hi IndentGuidesEven ctermbg=8
|
|||||||
hi IndentGuidesOdd ctermbg=236
|
hi IndentGuidesOdd ctermbg=236
|
||||||
"
|
"
|
||||||
" mapping
|
" mapping
|
||||||
|
cnoremap <expr> <Down> pumvisible() ? "\<C-n>" : "\<Down>"
|
||||||
|
cnoremap <expr> <Up> pumvisible() ? "\<C-p>" : "\<Up>"
|
||||||
map q: :q
|
map q: :q
|
||||||
nmap <Esc>[Z <C-w>W
|
nmap <Esc>[Z <C-w>W
|
||||||
nmap <F8> :TagbarToggle<CR>
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user