Using fullscreen mode for splited window
In tmux, you can map a command without prefix key by using -n
.
For example, you can bring the clear screen back by using this command:
bind -n M-l send-keys 'C-l'
Tuan Tran
In tmux, you can map a command without prefix key by using -n
.
For example, you can bring the clear screen back by using this command:
bind -n M-l send-keys 'C-l'