From 2ac37d39f039428d4d1760429846ee2340b9fd10 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 16 Jan 2026 10:31:51 +0100 Subject: Update --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index d7328d0..133ffe5 100644 --- a/.vimrc +++ b/.vimrc @@ -3,7 +3,6 @@ filetype plugin on call plug#begin() Plug 'tpope/vim-commentary' - Plug 'tpope/vim-fugitive' Plug 'mitjafelicijan/sniper.vim' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' @@ -22,6 +21,8 @@ nnoremap :copen nnoremap :CtrlPBuffer nnoremap :ALEHover nnoremap :ALEDetail +nnoremap :cnext +nnoremap :cprevious nnoremap d :bd nnoremap t :term nnoremap q :nohlsearch -- cgit v1.2.3