qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.66k stars 218 forks source link

[Feature Request] Use command+number keys to switch between tabs #641

Open slmjkdbtl opened 6 years ago

jonarrien commented 6 years ago

It will override CMD+1, which is currently used to show/hide the file explorer.

You can add something like this in your init.vim:

nnoremap <D-S-{> gT
nnoremap <D-S-}> gt

And use CMD+SHIFT+{ and CMD+SHIFT+} to switch between tabs very easily. (Atom or Sublime like)

feoh commented 6 years ago

I'm with @slmjkdbtl here. This is a killer feature for me as well. Random access to tabs means all the difference in the world.

askedrelic commented 6 years ago

See #314 and #537 for possible suggestions