Re: not all keys with Control modifier are working

2011-08-23 Thread Nicholas Marriott
What does it show if you run "cat" outside tmux and then press C-=? On Tue, Aug 23, 2011 at 07:22:10PM +0400, Yuri Bochkarev wrote: > Hello. > > > Such keys as C-[0..1], C-=, C-| are not working in emacs when running > inside of tmux. I have this binding in my ~/.emacs: > (global-set-key (kbd "

not all keys with Control modifier are working

2011-08-23 Thread Yuri Bochkarev
Hello. Such keys as C-[0..1], C-=, C-| are not working in emacs when running inside of tmux. I have this binding in my ~/.emacs: (global-set-key (kbd "C-c C-=") 'bs-show) However, when I press C and = with Control being hold, I get "C-c = is undefined". The shortcut works fine when emacs is runn