Skip to content

Instantly share code, notes, and snippets.

@dbeckham
dbeckham / .tmux.conf
Last active October 30, 2022 08:23
A simple tmux configuration file for remote servers.
#
# Custom tmux commands for remote servers
#
# Copy this to ~/.tmux.conf to enable
#
# Make splitting and resizing panes, and moving around emulate the vim
# directional keys
bind | split-window -h
bind _ split-window -v