備忘録: vi, screen, etc. etc.
Emacs派なんですが、環境を用意するのが面倒くさく、viに慣れようとしています。そうだった、画面分割はscreenを使うんだった。
### vi
* :bd close file without quitting vi
* :e file.text open file in the same vi window
### screen系
terminalでscreenとtype
* Ctrl + a + S split window holizontally
* Ctrl + a + TAB switch to another screen
* Ctrl + a + c create a new screen
### その他
# 新規ファイル作成
touch test.py