-
Categories
-
Tags/Keywords
Apache bash blog blog.bigsmoke.us CLI CSS Debian design DNS Firefox Gentoo Google HTML HTTP Javascript Lenovo Linux MediaWiki mod_rewrite MySQL neustar Opschoot PHP plugin PostgreSQL Ruby samba Screen shell Sicirec SpamAssassin SSH Subversion svn T61 Ubuntu URL van der Molen VIM WordPress WWW www.sicirec.org X XTerm zimbra -
Recent Posts
-
Recent Comments
Tag: VIM
XSel, for command-line operations on X selections
Since I first learned that Windowmaker installs two command-line tools,
wxcopy and wxpaste, to play around with X selections, I have wanted to be able to make and use X selections from my Bash shell. wxcopy and wxpaste never did what I expected them to do, so I gave up until recently I learned about all the different X selections. Read More »
Pasting in Vim
When you want to paste in Vim, you want vim to not use indenting, because that messes up your code. I used to use :insert, but on some machines, it would still indent. I discovered the :set paste command, which works quite well.
Read More »VIM insert mode shortcuts
A few months back, I stumbled upon a blog post with some interesting VIM shortcuts for within insert mode. Read More »
VIM tips for editing prose
I was transcribing a draft for a manuscript. Using VIM, of course. But, I found my VIM skills to be lacking somewhat, enough to become sufficiently annoyed to investigate the holes. Read More »
Editing Wikipedia/MediaWiki articles with VIM
Wikipedia has a number of tips for people who like to edit Wikipedia articles with VIM. Read More »
With Vimperator it almost feels as if I can control Firefox
Wednesday, after returning to Groningen from Barcelona, I saw Ying using Vimperator. I was sold immediately. Read More »
VIM modelines for per-file configuration
The MediaWiki developers use tabs instead of spaces for indentation. This can be annoying for someone like me who has configured VIM to work with spaces by default—annoying because I don't want to enter something like :set tabstop=4 noexpandtab shiftwidth=4 every time that I open a file. Adding different conditions for each project to my .vimrc is probably possible but not much fun. Read More »
