Skip to content

Instantly share code, notes, and snippets.

@himanoa
Created January 30, 2018 23:38
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 himanoa/c668ae40b9dafb325eb7ccc1051974cb to your computer and use it in GitHub Desktop.
Save himanoa/c668ae40b9dafb325eb7ccc1051974cb to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",screen-256color:Tc"
setw -g mode-keys vi
set -s escape-time 0
set -g prefix C-g
bind '"' split-window -c '#{pane_current_path}'
bind % split-window -h -c '#{pane_current_path}'
bind c new-window -c '#{pane_current_path}'
set-window-option -g aggressive-resize
@himanoa
Copy link
Author

himanoa commented Jan 30, 2018

WSL環境でのクリップボード対応がまだ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment