Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • What does tmux list-keys show?
    – cYrus
    Commented Jul 24, 2012 at 9:29
  • @cYrus The normal list of shortcuts available. What's not working in tmux is the "Enable tmux commands" shortcut, whatever it's called. Do you want a copy paste of tmux list-keys? Commented Jul 24, 2012 at 9:31
  • If that list contains the shortcuts that you're expecting that's ok. Just check for the usual set-option -g prefix C-a in your configuration file.
    – cYrus
    Commented Jul 24, 2012 at 9:41
  • I checked it, and it's ok. This conf worked fine until a few days ago... Commented Jul 24, 2012 at 10:14
  • @cYrus If you're interested, I added an answer to add the debugging commands I used :-) Commented Jul 24, 2012 at 12:08