diff --git a/gvimrc b/gvimrc index 85ffea5..c1df952 100644 --- a/gvimrc +++ b/gvimrc @@ -55,5 +55,8 @@ function! SetFontSize(size) end endfun +" Override using ranger for picking files +nnoremap :e %:p:h + command! -nargs=1 SetFontSize call SetFontSize() command! ResetFontSize call SetFontSize(s:fontsize)