diff --git a/init.vim b/init.vim index e04c2bb..9d8d756 100644 --- a/init.vim +++ b/init.vim @@ -299,8 +299,10 @@ set conceallevel=0 "----------------------------------------------------------------------------}}} " #mappings {{{ let g:mapleader = ' ' +" image capable file browser +nnoremap rs :!bspc rule -a st-256color -o state=fullscreen; st ranger " search and replace {{{ -nnoremap rr :%s/\<=expand('')\>//g +nnoremap rr :%s/\<=expand('')\>//g "}}} " #syntax nnoremap s :syntax on