If I create multiple buffers on gVim (gnome interface for vim), how do I switch buffer ?
Vim doc says it's F8 key but it doesn't work...
Any idea ?
|
If I create multiple buffers on gVim (gnome interface for vim), how do I switch buffer ?
Vim doc says it's Any idea ?
| |||
feedback
|
|
Switching buffers is done in general with
(feel free to modify to your needs) If you're thinking about switching between splits, that is done with | |||
|
feedback
|
|
It depends on how you create those multiple buffers. If they are in multiple windows, then you can switch between windows with
If the bvffers are in multiple tabs, you can switch between tabs with
Using | |||||
feedback
|