Fixes neovim config

main
zoomiti 3 years ago
parent 37f07bf108
commit 925be0025b

@ -274,9 +274,9 @@ let g:vifm_replace_netrw = 1
let g:vifm_embed_split = 1 let g:vifm_embed_split = 1
let g:vifm_exec = "vifmrun" let g:vifm_exec = "vifmrun"
nnoremap <silent> gx :!xdg-open <c-r>=shellescape(expand('<cfile>'))<cr><cr> nnoremap <silent> gx :!xdg-open <c-r>=shellescape(expand('<cfile>'))<cr><cr>
command Vex vertical VsplitVifm command! Vex vertical VsplitVifm
command Sex SplitVifm command! Sex SplitVifm
command Ex Vifm command! Ex Vifm
" }}} " }}}
" Markdown config {{{ " Markdown config {{{

Loading…