netrw

vim - how to remove netrw?

馋奶兔 提交于 2020-01-02 05:24:35
问题 I was testing https://github.com/skwp/dotfiles) and unfortunately it did install a lot of things I do not want. For example, right now (with empty .vimrc) when I open vim I get " ============================================================================ " Netrw Directory Listing (netrw v149) " /Users/user/.vim/bundle " Sorted by name " Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ " Quick Help: <F1>:help -:go up dir D:delete R

gvim Windows 7 netrw open url under text cursor

浪尽此生 提交于 2019-12-25 06:44:01
问题 I've added this line to my vimrc file in order to be able to open a link with the command 'gx': let g:netrw_browsex_viewer = 'firefox' Unfortunately the only thing that happens is that a tiny DOS window flashes on the screen. Advice very welcome. GilF 回答1: On windows7, put the batch file expl2.cmd in your vim path. In vimrc put :let netrw_browsex_viewer='expl2.cmd' In gvim use gx on cfile to launch explorer.exe, it will launch correct viewer, e.g. powerpoint,firefox,chrome. Notes: The second

gvim windows netrw filehandler html elinks configuration

99封情书 提交于 2019-12-12 02:49:55
问题 I'm using gvim 7.3, MS-Windows 32-bit GUI version with OLE support I'm attempting to configure the netrw filehandler to open locally saved .html files in with the elinks browser, rather than the firefox browser. The help file for netrw refers to a setting that can be placed in the .vimrc file: :let g:netrw_browsex_viewer= " " it also says that 'for Windows 32 or 64 the url and FileProtocolHandler dlls are used'. I've tried entering the filepath to the elinks executable between the quotes, but

Vim netrw asking to “Press ENTER or type command to continue”

[亡魂溺海] 提交于 2019-12-06 23:46:57
问题 I have noticed that when I start the day and open vim, then use :Exp, I get the "Press ENTER or type command to continue" prompt. Usually this is shown when an external command is executed. I don't remember :Exp doing this in the past(?). Further, the prompt is only displayed upon the first use of netrw?! Although trivial, I find this annoying. Does anyone have an idea why netrw is doing this? I have been removing various things in my .vimrc to see if they change anything, but I could be here

vim - how to remove netrw?

隐身守侯 提交于 2019-12-05 13:22:09
I was testing https://github.com/skwp/dotfiles ) and unfortunately it did install a lot of things I do not want. For example, right now (with empty .vimrc) when I open vim I get " ============================================================================ " Netrw Directory Listing (netrw v149) " /Users/user/.vim/bundle " Sorted by name " Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ " Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec " ============================================================================