Skip to content

Instantly share code, notes, and snippets.

@cuducos
Last active March 31, 2020 20:05
Show Gist options
  • Save cuducos/33c4486248b97837aa73ded86c9e35a0 to your computer and use it in GitHub Desktop.
Save cuducos/33c4486248b97837aa73ded86c9e35a0 to your computer and use it in GitHub Desktop.
.tmux.conf
set -g default-terminal "screen-256color"
set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish
set -s escape-time 0
set-window-option -g mode-keys vi
bind r source-file ~/.tmux.conf \; display "tmux config reloaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment