unset VIMRUNTIME before launching st
This commit is contained in:
parent
8c98009e27
commit
fb0667c649
2
init.vim
2
init.vim
|
@ -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>
|
||||
"}}}
|
||||
|
|
Loading…
Reference in New Issue