Switching between tabs in NERDTree

前端 未结 9 2073
旧时难觅i
旧时难觅i 2020-12-22 15:59

I\'ve just started using the NERDTree vim plugin for my project.

I can\'t find the documentation for switching between opened tabs. Can anyone tell me the shortcut k

9条回答
  •  一整个雨季
    2020-12-22 16:07

    Ctrl + ww cycle though all windows

    Ctrl + wh takes you left a window

    Ctrl + wj takes you down a window

    Ctrl + wk takes you up a window

    Ctrl + wl takes you right a window

提交回复
热议问题