small updates

This commit is contained in:
Alexander Navarro 2025-05-22 10:39:24 -04:00
parent 11812f8d98
commit 0627b36073
6 changed files with 40 additions and 24 deletions

View file

@ -29,7 +29,7 @@ set ideaput
" set sneak
set highlightedyank
" set exchange
set exchange
set commentary
set matchit
set mini-ai
@ -63,6 +63,8 @@ Plug "tpope/vim-surround"
" Allows to set text formatting in markdown
sethandler <C-b> n:vim i-v:ide
sethandler <C-i> n:vim i-v:ide
sethandler <C-f> a:ide
sethandler <C-r> n:vim i-v:ide
sethandler <C-v> a:vim i:ide
" Don't use Ex mode, use Q for formatting.