This terminal multiplexer can be configured to use some Vim-like keys, it also has command-line mode.
There are prefix keys, which allow implementing modes.
Specifically, a good start is to set in your tmux.conf
:
set-option -g status-keys vi # Use Vi bindings in tmux command prompt.
set-window-option -g mode-keys vi # Use Vi bindings in copy and choice mode.
This terminal multiplexer can be configured to use some Vim-like keys, it also has command-line mode.
This terminal multiplexer can be configured to use some Vim-like keys, it also has command-line mode.