Vim_Editor_IDE/Vim단축키정리
vim(tabnew, tabfirst, tablast, C-w gt, tabn1, tabn2, tabc)
내인생PLUS
2023. 1. 6. 21:24
728x90
tabe 하고 그냥 파일 열면 파일 열림
:[count]tabe[dit]
tab간 이동 tabn1 :tabn2 이렇게 쓰면 된다.
:tabn[ext] {count
tab 닫기
:tabc
https://vimhelp.org/tabpage.txt.html
Vim: tabpage.txt
tabpage.txt For Vim version 9.0. Last change: 2022 Feb 02 VIM REFERENCE MANUAL by Bram Moolenaar Editing with windows in multiple tab pages. tab-page tabpage The commands which have been added to use multiple tab pages are explained here. Additionally, the
vimhelp.org
https://dgkim5360.tistory.com/entry/vim-usage-of-windows-and-tabs
Vim의 화면 분할: window, tab 활용
vimtutor에서 다루지 않은 화면 분할에 대해 간단하게 정리한다. vim에서 화면을 관리하는 두 가지 방법으로 window와 tab이 있다. window는 화면을 쪼개는 개념이고, tab은 window를 추가하는 개념이다. vim
dgkim5360.tistory.com
반응형