Skip to content

Instantly share code, notes, and snippets.

@carlessanagustin
Last active October 7, 2019 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlessanagustin/0a1cb94da590f8b7bece43b396f1e42a to your computer and use it in GitHub Desktop.
Save carlessanagustin/0a1cb94da590f8b7bece43b396f1e42a to your computer and use it in GitHub Desktop.
Custom TMUX - curl -L https://goo.gl/xDv6Hv -o $HOME/.tmux.conf
# split panes using | and -, make sure they open in the same path
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
unbind '"'
unbind %
# To enable mouse scroll in tmux pane
set -g mouse on
# Tmux to support colors
set -g default-terminal "screen-256color"
# Change the default prefix from C-b to C-z
#set -g prefix C-z
#unbind C-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment