Profile_bird

Hey there! freegnu is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving freegnu's updates.

Already using Twitter
from your phone? Click here.

freegnu

  1. !python file type plugin for !vim part 1 http://ping.fm/SON5j
  2. @sneakums classic raving lunitic rants http://oldmanmurray.com
  3. @mjog vim gvim with vim-python and some nice vim scripts like the one for pyflakes of setting makeprg to pyflakes !python
  4. @fishtron I'm sure glad I don't run Windows in anything but virtualbox or emulation with wine
  5. @klikklak #ssh in w/o forwarding X. Run x11vnc w/o parameters. Uses :0 display and allows one passwordless connection by default
  6. Here's a #vim tip you should know Ctrl-Y to yank the the char in the line above and Ctrl-E to yank the char below
  7. my new desktop is running Debian Lenny with stable/unstable/experiement KDE4
  8. @zelut shift-tab you can find all the function under the shortcuts settings just filter on Tab
  9. oops that second #vim tip should have read :h tag-blocks not text-blocks
  10. more vim tips to blow your mind. Check out :h text-objects and :h text-blocks #vim
  11. #vim tip check out :options It's self documenting and mindblowingly like emacs
  12. @mikechelen Have you seen this one http://ping.fm/Rbpw5
  13. vector processing for Ruby and Python http://ping.fm/SjYmU #apl #ruby #python #vector
  14. A couple of Mac OS X terminal tips: open current directory in Finder open . and use the Trash for deletes mv files_and_or_dirs ~/.Trash/
  15. Read it an weep http://ping.fm/QVY56 The bailout is the final buyout of America
  16. Mac OS X has word completion of partially typed words in input fields. It even works in the console! Alt-Esc
  17. @zelut cut and paste some of the unique Russian characters you see repeating in the messages into separate gmail spam filters
  18. @zelut You may want to check out a Java Jabber Server like http://ping.fm/pHWa3
  19. In insert mode in vim Ctrl-x Ctrl-p will complete the word you are typing from the words already in the document
  20. ctrl-o in vim in insert mode switches to normal mode for one command including : for ex commands