2016년 2월 26일 금요일

vim: help


             WHAT                  PREPEND    EXAMPLE      ~
Normal mode command      (nothing)   :help x
Visual mode command         v_           :help v_u
Insert mode command         i_             :help i_<Esc>
Command-line command        :           :help :quit
Command-line editing        c_              :help c_<Del>
Vim command argument        -            :help -r
Option                               '                        :help 'textwidth'


:h i_CTRL-N     " 입력 모드에서의 Control + N 의 도움말
:h CTRL-N       " 명령 모드에서의 Control + N 의 도움말