Skip to content

Instantly share code, notes, and snippets.

@karthiks
Created September 30, 2019 13:42
Show Gist options
  • Select an option

  • Save karthiks/c6bba4937035cfb4be62269fb76d63a3 to your computer and use it in GitHub Desktop.

Select an option

Save karthiks/c6bba4937035cfb4be62269fb76d63a3 to your computer and use it in GitHub Desktop.
# 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