Search ":wq"
github.com
Search ":wq"
1–10 of 10 posts
Re: Search ":wq"
#2The language statistics for this are interesting. 5.3million C files with everything else coming in way behind in the tens of thousands.
Re: Search ":wq"
#3The language statistics for this are interesting. 5.3million C files with everything else coming in way behind in the tens of thousands.
It's also interesting that if you limit the search to the C language, it looks like the search ignores the ":" after the first dozen or so hits and the remaining entries are matches for "wq" in variable names, etc. e.g.:
extern struct workqueue_struct *kcrypto_wq;
Edit: Actually, this seems to be true of most languages...Re: Search ":wq"
#4Context? What is :wq - I'm assuming some sort of Vim shortcut?
Re: Search ":wq"
#5Context? What is :wq - I'm assuming some sort of Vim shortcut?
"write file and quit"
Re: Search ":wq"
#6Context? What is :wq - I'm assuming some sort of Vim shortcut?
It's the vim command to write & quit.
Re: Search ":wq"
#7Re: Search ":wq"
#8try "sync"
Re: Search ":wq"
#9This is hilarious. You should probably also search files named ":w". I have a lot of those.
Re: Search ":wq"
#10I constantly find myself questioning the sanity of doing something like:
> inoremap :wq