Switching between tabs in NERDTree

前端 未结 9 2077
旧时难觅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条回答
  •  萌比男神i
    2020-12-22 16:13

    Adding to digitalronin's answer, I think that the primary browser shortcut (at least in Chrome and Firefox) for switching tabs is option+command+right or left arrow.

    If you want to keep your NERDTree Vim setup consistent with that, then this variation would work.

     map  :tabn
     map   :tabp
    

提交回复
热议问题