Skip to content

Instantly share code, notes, and snippets.

@pochi
Created May 13, 2017 11:47
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 pochi/ec225f6b0a635c9813b327233288a005 to your computer and use it in GitHub Desktop.
Save pochi/ec225f6b0a635c9813b327233288a005 to your computer and use it in GitHub Desktop.
# prefixキーをC-aに変更する
set -g prefix C-u
# C-bのキーバインドを解除する
unbind C-b
# キーストロークのディレイを減らす
set -sg escape-time 1
# 256色端末を使用する
set -g default-terminal "screen-256color"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
set -g @plugin 'seebi/tmux-colors-solarized'
set -g @colors-solarized '256'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment