====== key binding cheat ======
* {, } : 전/후의 공백라인으로 이동
* * : 현재 커서의 워드로 이동
====== plugin ======
*[[http://mysite.verizon.net/astronaut/vim/index.html#MANPAGEVIEW|Man Page Viewer]]
:so %
*[[http://vim.sourceforge.net/scripts/script.php?script_id=30|python_fn]]
*[[http://www.vim.org/scripts/script.php?script_id=1853|Twitter : A simple client for Twitter]]
*[[http://www.vim.org/scripts/script.php?script_id=311|grep.vim : Grep search tools integration with Vim]]
*[[http://clewn.sourceforge.net/|clewn]] - Clewn implements full gdb support in the vim editor
*[[http://pyclewn.sourceforge.net/|Pyclewn]]
$ vimdir=$HOME/.vim python setup.py install --home=$HOME
*파이썬 라이브러리는 ~/lib/python/clewn
*빔 플러그인은 ~.vim
에 설치됨
====== tips ======
링크를 브라우져로 열기
*[[http://vim.wikia.com/wiki/Open_a_web-browser_with_the_URL_in_the_current_line|Open link with browser]]
:make 시 실행되는 명령어를 바꾸기
:se makeprg=ko-po-check\ %
파일의 인코딩 및 인덴트 정하기. 예. 파이썬 소스.
# -*- coding: utf-8 -*-
# vim: set et sts=2 sw=2 fenc=utf-8:
====== reference ======
*[[http://www.rayninfo.co.uk/vimtips.html|Best of Vim Tips]]
*[[http://www.linux.com/archive/articles/114138|Vim tips: Folding fun]]
*[[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical vi-vim Cheat Sheet and Tutorial]]