30 Jul 01:24
Re: CTRL-X CTRL-N in command line?
Tim Chase <vim <at> thechases.com>
2005-07-29 23:24:20 GMT
2005-07-29 23:24:20 GMT
> It might be possible to write a script to do that, but the > best solution is to switch to the command-line window and > complete the word. Take a look at the help on cmdline-window. I too have wished that ^N/^P (or ^X ^N/^P) worked in command-line mode--particularly in the ":s/.../" portion of things. In addition to Hari's good suggestion of using "q:" or "q/" to edit the command-line history much like any other buffer, if your cursor is on the word in question, you can also use ^R^W (that's control+R followed by control+W) on the command line to insert the word over which you're cursor is currently positioned. There are some funky edge cases in which this doesn't work quite as expected (such as when coming through line-wise visual mode) but for most of your usual cases, it works like a charm. :help c_CTRL-R_CTRL-W for more on this too. HTH, -tim
.
I think that ISO 10646 is (was) defined over 31 bits, not 32.
RSS Feed