Hi I have a couple of keybindings in vim using Ctrl and Meta with the Left and Right arrow keys:
noremap <C-Left> :tabn<CR> noremap <C-Right> :tabp<CR> noremap <M-Left> :tabp<CR> noremap <M-Right> :tabn<CR> This works fine outside of screen but not from within. So I was wondering if anyone had any idea if it's possible to make it work in screen aswell? Regards, -- Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.com/ _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
