hjkl for world domination.
Read More »
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 »
By
Rowan Rodrik, 3 years ago, on
January 31, 2010, at 23:01 |
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 »
By
halfgaar, 3 years ago, on
January 03, 2010, at 13:01 |
A few months back, I stumbled upon a blog post with some interesting VIM shortcuts for within insert mode.
Read More »
By
Rowan Rodrik, 4 years ago, on
October 09, 2009, at 23:10 |
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 »
By
Rowan Rodrik, 4 years ago, on
September 07, 2009, at 12:09 |
Wikipedia has a number of tips for people who like to edit Wikipedia articles with VIM.
Read More »
Wednesday, after returning to Groningen from Barcelona, I saw Ying using Vimperator. I was sold immediately.
Read More »
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 »
By
Rowan Rodrik, 5 years ago, on
August 21, 2008, at 20:08 |