<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3AMattx86%2Ftmux_config</id>
	<title>User:Mattx86/tmux config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3AMattx86%2Ftmux_config"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/tmux_config&amp;action=history"/>
	<updated>2026-04-26T01:14:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/tmux_config&amp;diff=4876&amp;oldid=prev</id>
		<title>Mattx86: Created page with &quot;The following is the &lt;code&gt;~/.tmux.conf&lt;/code&gt; file I use:  &lt;pre&gt; # Basic settings bind z source-file ~/.tmux.conf		# Reload tmux config	(Ctrl+b, z) set -g history-limit 1000 set...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/tmux_config&amp;diff=4876&amp;oldid=prev"/>
		<updated>2011-01-25T07:41:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The following is the &amp;lt;code&amp;gt;~/.tmux.conf&amp;lt;/code&amp;gt; file I use:  &amp;lt;pre&amp;gt; # Basic settings bind z source-file ~/.tmux.conf		# Reload tmux config	(Ctrl+b, z) set -g history-limit 1000 set...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following is the &amp;lt;code&amp;gt;~/.tmux.conf&amp;lt;/code&amp;gt; file I use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Basic settings&lt;br /&gt;
bind z source-file ~/.tmux.conf		# Reload tmux config	(Ctrl+b, z)&lt;br /&gt;
set -g history-limit 1000&lt;br /&gt;
set-window-option -g mode-keys vi&lt;br /&gt;
&lt;br /&gt;
# Window panes&lt;br /&gt;
unbind %&lt;br /&gt;
bind | split-window -h		# Split window horizontally	(Ctrl+b, |) (i.e., hold Ctrl, hit &amp;#039;b&amp;#039;, and then get the pipe character)&lt;br /&gt;
bind - split-window -v		# Split window vertically	(Ctrl+b, -) (i.e., hold Ctrl, hit &amp;#039;b&amp;#039;, and then hit the minus key)&lt;br /&gt;
bind-key C-u resize-pane -U	# Resize window up		(Ctrl+b, u) (i.e., hold Ctrl and alternate hitting &amp;#039;b&amp;#039; and &amp;#039;u&amp;#039;)&lt;br /&gt;
bind-key C-d resize-pane -D	# Resize window down		(Ctrl+b, d) (similar)&lt;br /&gt;
bind-key C-l resize-pane -L	# Resize window left		(Ctrl+b, l) (similar)&lt;br /&gt;
bind-key C-r resize-pane -R	# Resize window right		(Ctrl+b, r) (similar)&lt;br /&gt;
set -g mouse-select-pane off&lt;br /&gt;
set -g pane-active-border-fg green&lt;br /&gt;
set -g pane-active-border-bg default&lt;br /&gt;
&lt;br /&gt;
# Status bar&lt;br /&gt;
set -g status-bg black&lt;br /&gt;
set -g status-fg white&lt;br /&gt;
#set -g status-left &amp;#039;#[fg=green]#(whoami)#[default]@#[fg=yellow]#H#[default]&amp;#039;&lt;br /&gt;
set -g status-left &amp;#039;&amp;#039;&lt;br /&gt;
set -g status-left-length 0&lt;br /&gt;
set -g status-right-length 60&lt;br /&gt;
set -g status-right &amp;#039;#[fg=cyan]#(whoami)@#H#[default] #[fg=yellow]#(cut -d &amp;quot; &amp;quot; -f 1-3 /proc/loadavg)#[default] #[bg=blue]%a %b %d, %H:%M#[default]&amp;#039;&lt;br /&gt;
set-window-option -g window-status-current-bg black&lt;br /&gt;
set-window-option -g window-status-current-fg green&lt;br /&gt;
set -g status-justify centre&lt;br /&gt;
&lt;br /&gt;
# Remote Terminal: Window title&lt;br /&gt;
set-option -g set-titles on&lt;br /&gt;
set-option -g set-titles-string &amp;#039;#S:#I.#P #T&amp;#039;&lt;br /&gt;
set-window-option -g automatic-rename on&lt;br /&gt;
&lt;br /&gt;
# Remote Terminal: Enable mouse scrolling from, e.g., gnome-terminal.&lt;br /&gt;
# The alternative is to enter tmux copy mode (Ctrl+b, [), and then use&lt;br /&gt;
# the PgUp/PgDn/Arrow keys.  When done, quit copy mode (q).&lt;br /&gt;
set -g terminal-overrides &amp;#039;xterm*:smcup@:rmcup@&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mattx86</name></author>
	</entry>
</feed>