-
Vim 창 분할, 크기 조절하기Vim_Editor_IDE/Vim단축키정리 2022. 2. 9. 08:10728x90
https://seulcode.tistory.com/m/129
내 vimrc세팅
Plug in 설치 없이 그냥 가능
" Make adjusing split sizes a bit more friendly """"""""" noremap <silent> <C-Right> :vertical resize +3<CR> noremap <silent> <C-Left> :vertical resize -3<CR> noremap <silent> <C-Down> :resize +3<CR> noremap <silent> <C-Up> :resize -3<CR>
내가 공부하려고 따로 정리
https://github.com/YoungHaKim7/rust_vim_setting
한글러스트Rust강의_048⭐️Rust개발환경Vim세팅하기_Vim_macOS_M1_pro #vim #CocInlayHint #rustinlayhint
https://youtu.be/gIUOkdMjo8o
WindowsOS_윈도우_개발자세팅_파워셀_Vim_Rust_VSCode_VS_WindowsSetting_Windows_Terminal_PowerShell #settings
https://youtu.be/TQQbT9W_M0A
다른 영상
https://youtube.com/playlist?list=PLcMveqN_07maeDuKrsf5GYMDB5obTWoWg
반응형'Vim_Editor_IDE > Vim단축키정리' 카테고리의 다른 글
Vim에서 복사(Yank), 잘라 내기(delete)및 붙여 넣기(put) 작업을 수행하는 방법 (0) 2022.02.09 vi 명령어 😍사용법 긴급으로 필요한거 다 정리됨-set nu!/set nonu!라인show/숨기기 (0) 2022.02.09 Vi 행이동 line재빠르게 이동하기 &line줄 번호 나오게 하기 (0) 2022.02.09 vim] 줄 바꿈으로 문자를 바꾸는 방법 (0) 2022.02.09 vim에 코드 라인 번호 나오게 하기 (0) 2022.02.09 Vim KeyBoard 단축키 그림으로 정리 잘됨. 무조건빨리 외우자!! (0) 2022.02.09 Vim)Page up & down (0) 2022.02.08 press the “home” key on a lined that is indented & end (0) 2022.02.08