タグ

2012年4月26日のブックマーク (2件)

  • What are some cool or productive Vim tips?

    Answer (1 of 22): Typing colon :commands is really slow. You have to hit shift, colon, command, plus enter to execute. You're taking a 3 keypress overhead every time you use one. So what to do? Simplify your life with a three tiered approach 1. Super common things should be chords (Ctrl-somethin...

    What are some cool or productive Vim tips?
  • Hashnote - Vimを最強のPython IDEにする

    pythonbrewによるフレキシブルなPython環境の構築 Vimの設定とかはあまり関係ないですが最強を詠うために最強のPython環境が必要なので構築します。最強の環境とは インストールされているPythonのバージョンが違うことによって不可解なバグが発生しない インストールされているライブラリのバージョンが違うことに不可(ry インストールされているライブラリ同士が干渉して不可解な(ry だと思っています。これらを解決するために pythonbrew という素晴らしいソフトを利用します。 ただこのソフトはシェルが前提となっているのでWindowsをお使いの方は代わりに virtualenv をインストールして先に進んでください。 Pythonには大きく分けて2.x系と3.x系の大きなバージョンがあり、この二つは相容れないものとなっています。 2.x系はずっと使われてきたもので外部ラ