diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-16 10:31:51 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-16 10:31:51 +0100 |
| commit | 2ac37d39f039428d4d1760429846ee2340b9fd10 (patch) | |
| tree | d0a8711643ae657a9db9e0737160b5621abfc301 /.vimrc | |
| parent | 702e2e031a14b6c11836a5f72a9128e0033949a8 (diff) | |
| download | dotfiles-2ac37d39f039428d4d1760429846ee2340b9fd10.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,6 @@ filetype plugin on | |||
| 3 | 3 | ||
| 4 | call plug#begin() | 4 | call plug#begin() |
| 5 | Plug 'tpope/vim-commentary' | 5 | Plug 'tpope/vim-commentary' |
| 6 | Plug 'tpope/vim-fugitive' | ||
| 7 | Plug 'mitjafelicijan/sniper.vim' | 6 | Plug 'mitjafelicijan/sniper.vim' |
| 8 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| 9 | Plug 'dense-analysis/ale' | 8 | Plug 'dense-analysis/ale' |
| @@ -22,6 +21,8 @@ nnoremap <C-q> :copen<CR> | |||
| 22 | nnoremap <C-b> :CtrlPBuffer<CR> | 21 | nnoremap <C-b> :CtrlPBuffer<CR> |
| 23 | nnoremap <C-k> :ALEHover<CR> | 22 | nnoremap <C-k> :ALEHover<CR> |
| 24 | nnoremap <C-j> :ALEDetail<CR> | 23 | nnoremap <C-j> :ALEDetail<CR> |
| 24 | nnoremap <M-Right> :cnext<CR> | ||
| 25 | nnoremap <M-Left> :cprevious<CR> | ||
| 25 | nnoremap <Leader>d :bd<CR> | 26 | nnoremap <Leader>d :bd<CR> |
| 26 | nnoremap <leader>t :term<CR> | 27 | nnoremap <leader>t :term<CR> |
| 27 | nnoremap <Leader>q :nohlsearch<CR> | 28 | nnoremap <Leader>q :nohlsearch<CR> |
