In tmux how should I bind a key in the 'emacs-edit' table?

1

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?

lilydjwg

Posted 2011-03-27T07:47:44.333

Reputation: 817

Answers

2

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

Bob

Posted 2011-03-27T07:47:44.333

Reputation: 1 326