Setting VIM
2021-10-20vim Setting
- vundle 플러그인 설치 https://github.com/VundleVim/Vundle.vim.git
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- .vimrc 설정
wget https://raw.githubusercontent.com/jjeaby/jscript/master/.vimrc
source ~/.vimrc
- vi 명령창에서 플러그인 설치
:PluginInstall
- 플러그인 .vimrc 추가
# vi ~/.vimrc
Plugin 'ZzAntares/vim-laravel'
- 사용법
- ctrl + w, w 를 누르면 파일트리 <–> 에디터 창으로 포커스가 이동된다.
- :sp “파일이름” 으로 창을 분할한 경우 ctrl + w, ctrl + h,j,k,l 로 분할된 창을 이동 할 수 있다.
- \nt 누르면 NerdTree 표시