Can't bind Ctrl+Alt+Shift+l in tmux
I currently have Ctrl-Alt-l bound to the next-window command in tmux, code in tmux.conf:
bind -n C-M-l next-window
I want to bind Ctrl-Alt-Shift-l to something else which I have tried with
bind -n C-M-L ...
but it just executes the next window command. Elsewhere in my config I have seperate commands for shortcuts with and without shift, but this is the only one that doesn't work. How can I get it to work?
链接地址: http://www.djcxy.com/p/86142.html