Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
haberman
on May 21, 2018
|
parent
|
context
|
favorite
| on:
Ten Years of Vim
I use CTRL-j and CTRL-k to cycle through my tabs. It's like j/k except for tabs instead of lines:
map <C-j> :tabn<CR> map <C-k> :tabp<CR>
I also alias ":split" to ":tabe", because my fingers will be forever wired to type ":split <filename>" when I want to open a new file.
cnoreabbrev split tabe
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: