edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

<C-Tab> can no longer be mapped #236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This line in .vimrc

noremap <C-Tab> :tabnext<CR>

no longer works in Snapshot 51 (Mac OS X 10.6 Intel). Pressing CTRL+Tab
does not execute the specified command.

Original issue reported on code.google.com by remip...@gmail.com on 24 Nov 2009 at 6:53

GoogleCodeExporter commented 9 years ago
...but only if you are using the experimental renderer, right?  I can confirm 
this bug with the experimental 
renderer, but once I disable it I can bind to <C-Tab> again.

I'll have a look.

Original comment by bjorn.winckler@gmail.com on 24 Nov 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Sorry, I should have mentionned that. CTRL+Tab works fine without the 
experimental
renderer.

Thanks!

Original comment by remip...@gmail.com on 24 Nov 2009 at 7:26

GoogleCodeExporter commented 9 years ago
I've pushed a fix to the repo, it will be included in snapshot 52.

Original comment by bjorn.winckler@gmail.com on 28 Nov 2009 at 5:24

GoogleCodeExporter commented 9 years ago
Just built the app using the latest changes and I can confirm that it is now 
working.
Thanks!

Original comment by remip...@gmail.com on 28 Nov 2009 at 7:37