summary refs log tree commit diff
path: root/.vim/after/ftplugin/clap_input.vim
blob: 65790649d971d9717eab6c15d3b02d49722e9e7d (plain) (blame)
1
2
3
4
5
6
nnoremap <silent><buffer> q :<c-u>call clap#handler#exit()<CR>
inoremap <silent><buffer> <C-n> <C-R>=clap#navigation#linewise('down')<CR>
inoremap <silent><buffer> <C-p> <C-R>=clap#navigation#linewise('up')<CR>
nnoremap <silent><buffer> <C-n> :<c-u> call clap#navigation#linewise('down')<CR>
nnoremap <silent><buffer> <C-p> :<c-r> call clap#navigation#linewise('up')<CR>