User Tools

Site Tools


vim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vim [2009/08/13 08:30] suapapavim [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 2: Line 2:
   * {, } : 전/후의 공백라인으로 이동   * {, } : 전/후의 공백라인으로 이동
   * * : 현재 커서의 워드로 이동   * * : 현재 커서의 워드로 이동
- 
 ====== plugin ====== ====== plugin ======
 +  *[[http://mysite.verizon.net/astronaut/vim/index.html#MANPAGEVIEW|Man Page Viewer]]
 +<code>:so %</code>
   *[[http://vim.sourceforge.net/scripts/script.php?script_id=30|python_fn]]   *[[http://vim.sourceforge.net/scripts/script.php?script_id=30|python_fn]]
-<code txt> 
-  ]t      -- Jump to beginning of block 
-  ]e      -- Jump to end of block 
-  ]v      -- Select (Visual Line Mode) block 
-  ]<      -- Shift block to left 
-  ]>      -- Shift block to right 
-  ]#      -- Comment selection 
-  ]u      -- Uncomment selection 
-  ]c      -- Select current/previous class 
-  ]d      -- Select current/previous function 
-  ]<up>   -- Jump to previous line with the same/lower indentation 
-  ]<down> -- Jump to next line with the same/lower indentatio 
-</code> 
   *[[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=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]]
 +<code bash>
 +$ vimdir=$HOME/.vim python setup.py install --home=$HOME
 +</code>
 +  *파이썬 라이브러리는 ~/lib/python/clewn
 +  *빔 플러그인은 ~.vim
 +에 설치됨
 +
 +
  
 ====== tips ====== ====== tips ======
Line 36: Line 36:
   *[[http://www.rayninfo.co.uk/vimtips.html|Best of Vim Tips]]   *[[http://www.rayninfo.co.uk/vimtips.html|Best of Vim Tips]]
   *[[http://www.linux.com/archive/articles/114138|Vim tips: Folding fun]]   *[[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]]
vim.1250152246.txt.gz · Last modified: 2013/08/03 05:04 (external edit)