41
Name:
Anonymous
2009-11-19 8:14
>>40
I've got 2 TB external on this laptop.
43
Name:
Anonymous
2009-11-19 14:19
>>42
Copy is M-w, what an idiot
44
Name:
Anonymous
2009-11-19 15:44
>>43
any program that doesn't use ctrl+c for copy fucking sucks why would they change the standard?
46
Name:
Anonymous
2009-11-19 15:59
any program that doesn't use ⌘C for copy fucking sucks why would they change the standard?
47
Name:
Anonymous
2009-11-19 16:10
any program that doesn't use left-button drag for copy fucking sucks why would they change the standard?
48
Name:
Anonymous
2009-11-19 19:03
>>42
I tried Emacs and felt violated afterwards. Never looked at it again.
49
Name:
Anonymous
2009-11-19 19:12
i like how vim handles x11's clipboard hell
"+p to paste the ctrl+c clipboard
"*p to paste the selection keyboard
dunno how emacs does it, but vim's registers are awesome
53
Name:
Anonymous
2009-11-19 20:43
>>51
vim has a lot of registers (clipboards) in which you can put text. you select one with " followed by the name of the register. so e.g. "a would select that a register which you can then paste with p. some registers can only be read from, some (lots) are filled automatically.
http://vimdoc.sourceforge.net/htmldoc/change.html#registers
read this and receive a little satori