unset VIMRUNTIME before launching st

This commit is contained in:
Ray Elliott 2020-04-07 17:17:21 +01:00
commit fb0667c649

View file

@ -300,7 +300,7 @@ set conceallevel=0
" #mappings {{{
let g:mapleader = ' '
" image capable file browser
nnoremap <silent><space>rs :!st -t WM_FORCE_FULLSCREEN ranger<CR>
nnoremap <silent><space>rs :!VIMRUNTIME= st -t WM_FORCE_FULLSCREEN ranger<CR>
" search and replace {{{
nnoremap <space>rr :%s/\<<Ckr>=expand('<cword>')<CR>\>//g<left><left>
"}}}