Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabbing between tabs #41

Open
timshannon opened this issue Nov 25, 2015 · 1 comment
Open

Tabbing between tabs #41

timshannon opened this issue Nov 25, 2015 · 1 comment

Comments

@timshannon
Copy link

Just found this fork, and it fixes every single issue I had with original, which is awesome.

However, I have it ingrained into my fingers to move up to the tab listing, and then it Tab and SHift-Tab to switch back and forth between the available tabs.

It looks like it was specifically removed?

* Key bindings '<TAB>' and '<S-TAB>' in MBE window have been changed
          to '<right>' and '<left>' to avoid unnecessary conflict with some
          system's key bindings.
          (ca0cc8d, d788c7a)

I tried to rebind it, but I can't seem to get it to work only when I'm in the tabs window, and not always.

I can retrain myself, but I was wondering if there is a way to bind this back to how it used to work, and if so what exact issues does it cause?

@guduo
Copy link

guduo commented May 29, 2017

change minibufexpl.vim:

686a687,688

nnoremap <buffer> <Tab>   :call search('\[[^\]]*\]')<CR>:<BS>
nnoremap <buffer> <S-Tab> :call search('\[[^\]]*\]','b')<CR>:<BS>

691a694,695

nnoremap <buffer> <Tab>   :call search('\[[0-9]*:[^\]]*\]')<CR>:<BS>
nnoremap <buffer> <S-Tab> :call search('\[[0-9]*:[^\]]*\]','b')<CR>:<BS>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants