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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -