【🧰 SW Info & Tips】/Vim SrcExpl 특정 상황에서만 동작 2023. 12. 8. 1. 개요 편리하기는 한데 커서가 움직이면 현재 위치한 코드와 연관된 소스를 자동으로 보여줘서 오히려 불편함 필요시 콤마(,) + v Key 조합으로 동작하도록 수정 2. .vimrc 설정 let g:view_source = -1 nmap ,v :let g:view_source = 0*# "view_source가 0인 경우에만 srcexpl이 동작하게 한다. 3. .vim/bundle/SrcExpl/plugin/srcexpl.vim 수정 " SrcExpl_Refresh() {{{ " Refresh the Source Explorer window and update the status function! g:SrcExpl_Refresh() if g:view_source == -1 " call SrcExpl_.. VundleVim PluginSearch Error 해결 2023. 12. 7. 1. 현상: 아래 그림과 같이 PluginSearch 커맨드 오류 발생 2. 해결 remove the file ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json download the json file curl -v -o ~/.vim/bundle/.vundle/script-names.vim-scripts.org.json https://raw.githubusercontent.com/i-cooltea/resource/master/vim-api_scripts.json or wget https://raw.githubusercontent.com/i-cooltea/resource/master/vim-api_scripts.json -v -O ~/.vim/bundle/.. vi 개발환경 Setting based on Vundle #3 2022. 12. 28. 개발환경을 위한 vimrc 설정 Vundle을 이용해 NERDTree, Taglist, SrcExpl 플러그인을 추가하였습니다. 아래와 같이 NERDTree에서 각 파일이름 왼쪽에 확장자에 맞는 아이콘을 표시해주는 vim-devicon 추가 ctags 및 cscope 설정 수정 vi 개발환경 Setting based on Vundle #2 2022. 2. 24. 개발환경을 위한 vimrc 설정 Vundle을 이용해 NERDTree, Taglist, SrcExpl 플러그인을 추가하였습니다. 아래와 같이 NERDTree에서 각 파일이름 왼쪽에 확장자에 맞는 아이콘을 표시해주는 vim-devicon 추가 vi 개발환경 Setting based on Vundle #1 2020. 10. 10. 개발환경을 위한 vimrc 설정 Vundle을 이용해 NERDTree, Taglist, SrcExpl 플러그인을 추가하였습니다. Dev with VIM 2013. 5. 12. Trinity plugin – Use VIM like source insight vi/vim 단축키 2011. 11. 12. ◈ 원문 출처: http://kldp.org/node/102947 이전 1 다음