Home
last modified time | relevance | path

Searched refs:gx (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dtermlib.c389 char gx, gy, // x, y in tgoto() local
422 gx = *ptr++; in tgoto()
424 if (col>gx) col += gy; in tgoto()
425 if (line>gx) line += gy; in tgoto()
444 gx = line; in tgoto()
446 col = gx; in tgoto()
H A Devalfunc.c7600 static UINT32_T gx, gy, gz, gw; in f_rand() local
7616 gx = SPLITMIX32(x, z); in f_rand()
7623 SHUFFLE_XOSHIRO128STARSTAR(gx, gy, gz, gw); in f_rand()
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim80 if maparg('gx','n') == ""
82 nmap <unique> gx <Plug>NetrwBrowseX map
86 if maparg('gx','x') == ""
88 xmap <unique> gx <Plug>NetrwBrowseXVis map
/vim-8.2.3635/runtime/keymap/
H A Desperanto_utf-8.vim46 gx <Char-0x011D> " (285) LOWERCASE g WITH CIRCUMFLEX
/vim-8.2.3635/runtime/doc/
H A Dpi_netrw.txt410 be available (see |netrw-gx|)
1491 *netrw-gx*
1528 The gx mapping extends to all buffers; apply "gx" while atop a word and netrw
1536 |visual-block|) and then pressing gx.
1540 |g:netrw_nogx| prevent gx map while editing
2771 This option controls how gx (|netrw-gx|) picks
3989 x and gx (|netrw-x| and |netrw-gx|) were no
4113 Nov 20, 2015 * gx (|netrw-gx|) on a URL downloaded the
4202 (|netrw-gx|) map
4203 Jun 11, 2014 * gx (|netrw-gx|), with |'autowrite'| set,
[all …]
H A Dindex.txt802 |netrw-gx| gx execute application for file name under the
H A Dtags8135 netrw-gx pi_netrw.txt /*netrw-gx*
H A Dversion6.txt7366 Problem: ":wincmd gx" may cause problems when mixed with other commands.
/vim-8.2.3635/runtime/syntax/
H A Dopl.vim46 syn keyword OPLStatement gunloadfont gupdate guse gvisible gwidth gx
H A Dinitex.vim155 \ '\\[gx]def\>'
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim5293 " netrw#BrowseX: (implements "x" and "gx") executes a special "viewer" script or program for the {…
5298 " call Dfunc("netrw#BrowseX(fname<".a:fname."> remote=".a:remote.") implements x and gx maps")
5329 " need to save and restore aw setting as gx can invoke this function from non-netrw buffers
5559 " netrw#GX: gets word under cursor for gx support {{{2
5574 " netrw#BrowseXVis: used by gx in visual mode to select a file for browsing {{{2