English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've searched through a few of the "master the vi editor" sites but can't seem to find out how to use the tabbed functionality like I want to. Note: I'm not referring to the tab button or indenting, but the actual tabs for opening multiple files within a single vi command prompt.

2007-12-11 04:18:21 · 2 answers · asked by Mike 2 in Computers & Internet Programming & Design

2 answers

Assuming you are actually using vim,

vim -p file1 file2 file3 ... will open tabs for multiple tabs.
vim -p[N] will open N tabs

:tabn and :tabp will move you to the next or previous tab.

2007-12-11 04:35:10 · answer #1 · answered by daa 7 · 0 0

Hope this helps:

http://hell.org.ua/Docs/oreilly/unix2/vi/ch05_05.htm

2007-12-11 04:42:33 · answer #2 · answered by CatNip 6 · 0 0

fedest.com, questions and answers