2008-02-07 the WTF count
As inspired by the comic [http://www.osnews.com/story/19266/WTFs_m WTFs per minute], we'd thought that . . . a mere mortal user, copy this file to your .vimrc directory in your homedir and give it a name . . . above and add the following lines to your $HOME/.vimrc file: au BufRead,BufNewFile *.c set filetype=myc . . .
1K - last updated 2008-02-08 09:29 UTC by 1431
Turn off beep
To turn off the beep in several applications: For bash and other readline applications, create a new . . . For vi, put the following line in your $HOME/.vimrc: set visualbell Some GTK apps, such as Pidgin . . .
1K - last updated 2009-02-09 14:47 UTC by 1431
Vim
[http://www.moolenaar.net/habits.html Tips from Bram], be sure to read them. = Interaction with X = Vim . . . Homebrew == TODO = Macros = Put this in your .vimrc to run editor contents through an external program: . . . $ ctags -R Then, add the following line to your .vimrc: set tags=tags;/ To jump to a function definition, . . . option). Then add the following line to your .vimrc: autocmd FileType python set omnifunc=pythoncomplete#Complete . . . for completion. Add the following lines to your .vimrc: function! SuperCleverTab() if strpart(getline('.'), . . .
9K - last updated 2014-12-12 08:11 UTC by 1431
vimrc
application/octet-stream
4K - last updated 2006-04-27 14:26 UTC by 1431
4 pages found.