Skip to content

Instantly share code, notes, and snippets.

@darrenparkinson
Last active February 20, 2024 14:26
Show Gist options
  • Save darrenparkinson/add668492671d7b588963ea3948c2e2d to your computer and use it in GitHub Desktop.
Save darrenparkinson/add668492671d7b588963ea3948c2e2d to your computer and use it in GitHub Desktop.
tmux config
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# reload config
bind r source-file ~/.tmux.conf
# Enable RGB colour -- e.g. so neovim shows the right colours
set-option -sa terminal-overrides ",xterm*:Tc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment