358
edits
No edit summary |
|||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Outdated}} | |||
Tmux is a terminal multiplexer | Tmux is a terminal multiplexer | ||
| Line 34: | Line 36: | ||
==Windows== | ==Windows== | ||
Tmux has a tabbed interface, but it calls its tabs | Tmux has a tabbed interface, but it calls its tabs �Windows�. To stay organized, I rename all the windows I use. (Well I don't because I guess I hate myself. | ||
To create a new window | To create a new window | ||
| Line 89: | Line 91: | ||
unbind ^A | unbind ^A | ||
bind ^A select-pane -t :.+ | bind ^A select-pane -t :.+ | ||
[[Category:Helpdesk]] | |||
[[Category:Software]] | |||