vim plugin - What is NetrwBrowseX and what are the related vim mappings for? -


i map vim keys search , something. i've been doing decades, when now, takes on second each time use mapped key.

i believe cause this, response ":map" in vim:

n  gx            <plug>netrwbrowsex n  <plug>netrwbrowsex * :call netrw#netrwbrowsex(expand("<cword>"),0)<cr> 

what these mappings for, , how can rid of them?

the map i'm adding today is

:map g nz. 

simply every time find searched term, it's centered in screen can compare contexts.

try nunmap gx.

from source code netrw.vim:

" s:netrwbrowsex:  (implements "x") executes special "viewer" script or program {{{2 "              given filename; typically means given extension. "              0=local, 1=remote fun! netrw#netrwbrowsex(fname,remote) 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -