Skip to Content

Using fullscreen mode for splited window

Posted on

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'

comments powered by Disqus