From 702e2e031a14b6c11836a5f72a9128e0033949a8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 14 Jan 2026 03:42:01 +0100 Subject: Update --- .vimrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 135cdb4..d7328d0 100644 --- a/.vimrc +++ b/.vimrc @@ -3,13 +3,14 @@ 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' call plug#end() set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 -set number autoindent cursorline ignorecase hlsearch incsearch +set number autoindent cursorline ignorecase hlsearch incsearch signcolumn=yes set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set backspace=indent,eol,start completeopt=menuone set path+=** wildignore+=tags,*.o,*.a,*.so @@ -17,16 +18,17 @@ colorscheme wildcharm nnoremap :bnext nnoremap :bprevious -nnoremap :CtrlPQuickfix +nnoremap :copen nnoremap :CtrlPBuffer nnoremap :ALEHover nnoremap :ALEDetail nnoremap d :bd +nnoremap t :term nnoremap q :nohlsearch -nnoremap e :ALEPopulateQuickfix:sleep 100m:CtrlPQuickfix -nnoremap w :vimgrep //gj **/*:CtrlPQuickfix +nnoremap e :ALEPopulateQuickfix:sleep 100m:copen +nnoremap w :vimgrep //gj **/*:copenx -nmap gr :ALEFindReferences -quickfix:sleep 100m:CtrlPQuickfix +nmap gr :ALEFindReferences -quickfix:sleep 100m:copen nmap gd :ALEGoToDefinition nmap re :ALERename -- cgit v1.2.3