diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-20 21:27:26 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:43 +0200 |
| commit | 1996ef15613f2d4773017128bba1a719a1b63a19 (patch) | |
| tree | aa291b56947f0f710c96c62758990de3b2939bba /.vim/init_veonim.vim | |
| parent | 30451238df36d238fea816f01ca987853c6562a5 (diff) | |
Move to lua based vimrc
Diffstat (limited to '.vim/init_veonim.vim')
| -rw-r--r-- | .vim/init_veonim.vim | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.vim/init_veonim.vim b/.vim/init_veonim.vim deleted file mode 100644 index 7cfa3a6..0000000 --- a/.vim/init_veonim.vim +++ /dev/null @@ -1,34 +0,0 @@ -" workspace functions -nno <silent> ,f :Veonim files<cr> -nno <silent> ,e :Veonim explorer<cr> -nno <silent> ,b :Veonim buffers<cr> -nno <silent> ,d :Veonim change-dir<cr> - -" searching text -nno <silent> <space>fw :Veonim grep-word<cr> -vno <silent> <space>fw :Veonim grep-selection<cr> -nno <silent> <space>fa :Veonim grep<cr> -nno <silent> <space>ff :Veonim grep-resume<cr> -nno <silent> <space>fb :Veonim buffer-search<cr> - -" language server functions -nno <silent> sr :Veonim rename<cr> -nno <silent> sd :Veonim definition<cr> -nno <silent> st :Veonim type-definition<cr> -nno <silent> si :Veonim implementation<cr> -nno <silent> sf :Veonim references<cr> -nno <silent> sh :Veonim hover<cr> -nno <silent> sl :Veonim symbols<cr> -nno <silent> so :Veonim workspace-symbols<cr> -nno <silent> sq :Veonim code-action<cr> -nno <silent> sp :Veonim show-problem<cr> -nno <silent> sk :Veonim highlight<cr> -nno <silent> sK :Veonim highlight-clear<cr> -nno <silent> <c-n> :Veonim next-problem<cr> -nno <silent> <c-p> :Veonim prev-problem<cr> -nno <silent> ,n :Veonim next-usage<cr> -nno <silent> ,p :Veonim prev-usage<cr> -nno <silent> <space>pt :Veonim problems-toggle<cr> -nno <silent> <space>pf :Veonim problems-focus<cr> -nno <silent> <d-o> :Veonim buffer-prev<cr> -nno <silent> <d-i> :Veonim buffer-next<cr> |