Name:
ৢ akab
!/kobXNAplk!oeUEKHNegfsQRnX
2008-11-23 23:50
what is the quickest way to flip among tabs in vim.
Name:
Anonymous
2008-11-24 2:26
^W+Up/Down/left/right
depends on what tabs you're talking about, there are buffers, there are split screens
i mostly use :sb to open a buffer, or just :b to load it into the current window
Name:
Anonymous
2008-11-24 2:40
Put this in your .emacs file:
(when (fboundp 'windmove-default-keybindings)
(windmove-default-keybindings))
for shift+arrow buffer move.
Name:
Anonymous
2008-11-24 2:50
>>5
what do you put in your .emacs file to make it not give you RSI?
Name:
Anonymous
2008-11-24 3:56
>>6
(setq learn-to-fucking-type 1)
Name:
Anonymous
2008-11-24 4:13
>>7
playing Twister on a keyboard ≠ typing
Name:
Anonymous
2008-11-24 4:20
>>8
A professor of mine describes emacs as being like playing DDR with your fingers. I lol'd, I have to admit. Lol.
Name:
Anonymous
2008-11-24 4:33
>>8
Knowing how to use modifier keys = typing.