unset VIMRUNTIME before launching st

This commit is contained in:
Ray Elliott 2020-04-07 17:17:21 +01:00
parent 8c98009e27
commit fb0667c649
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ set conceallevel=0
" #mappings {{{ " #mappings {{{
let g:mapleader = ' ' let g:mapleader = ' '
" image capable file browser " 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 {{{ " search and replace {{{
nnoremap <space>rr :%s/\<<Ckr>=expand('<cword>')<CR>\>//g<left><left> nnoremap <space>rr :%s/\<<Ckr>=expand('<cword>')<CR>\>//g<left><left>
"}}} "}}}