From b15437514ed4ab9531a5261982a06f7f5201f7f9 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 7 Apr 2020 18:36:18 +0300 Subject: vimrc changes --- .config/nvim/init.vim | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.config/nvim') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index fb68190..c4eb3b4 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -55,7 +55,7 @@ Plug 'machakann/vim-sandwich' Plug 'wellle/targets.vim' " indentation level text object Plug 'michaeljsmith/vim-indent-object' -" visual feedback for substitute +" visual feedback for substitute holy shit this is amazing Plug 'markonm/traces.vim' " insert mode completions from tmux panes Plug 'wellle/tmux-complete.vim' @@ -65,6 +65,8 @@ Plug 'junegunn/vim-peekaboo' Plug 'lfv89/vim-interestingwords' " swap delimited items Plug 'machakann/vim-swap' +" highliht occurances of word +Plug 'lfv89/vim-interestingwords' " reopen files at your last edit position Plug 'farmergreg/vim-lastplace' @@ -182,7 +184,7 @@ if executable('rg') set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case endif -set diffopt+=internal,algorithm:patience +set diffopt=algorithm:patience " }}} @@ -230,8 +232,8 @@ nnoremap l " Disable highlight when is pressed nnoremap :noh -" Space will toggle folds! -nnoremap za +" Space used to toggle folds, now it's x (because x is d) +nnoremap "_x " checkmarks on vimwiki nmap v VimwikiToggleListItem -- cgit v1.2.3-70-g09d2