I find that when I am editing a command in tmux, the M-b and M-f are not bound. I tried the following:

tmux bind-key -t emacs-edit M-b previous-word

But tmux says that's a unknown command. What command should I use when binding such a key?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

tmux doesn't have previous/next word editing commands at the moment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.