summary refs log tree commit diff
path: root/.vim/after/ftplugin/clap_input.vim
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-02-20 21:27:26 +0100
committerRobert Günzler <r@gnzler.io>2021-04-26 02:09:43 +0200
commit1996ef15613f2d4773017128bba1a719a1b63a19 (patch)
treeaa291b56947f0f710c96c62758990de3b2939bba /.vim/after/ftplugin/clap_input.vim
parent30451238df36d238fea816f01ca987853c6562a5 (diff)
Move to lua based vimrc
Diffstat (limited to '')
-rw-r--r--.vim/after/ftplugin/clap_input.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/.vim/after/ftplugin/clap_input.vim b/.vim/after/ftplugin/clap_input.vim
deleted file mode 100644
index 6579064..0000000
--- a/.vim/after/ftplugin/clap_input.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-
-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>