tmux list keys reminder
Want to see the keys bound to particular function in tmux?
Ctrl-b ?
Want to see a particular group of keys?
Ctrl-b list-keys -t tablename
The -t flag -- followed by client, session, window, pane or keytable -- is an optional flag which allows the winnowing down of options. See the man page for more on this. The set of tables to examine may be found in the manpages as (vi-edit, emacs-edit, vi-hoice, emacs-choice, vi-opy or emacs-copy). The current copy/paste functionality I'm using as suggested by thoughtbot can be viewed with:
tmux list-keys -t vi-copy
references
http://wiki.gentoo.org/wiki/Tmux http://robots.thoughtbot.com/tmux-copy-paste-on-os-x-a-better-future













