Created
January 30, 2018 23:38
-
-
Save himanoa/c668ae40b9dafb325eb7ccc1051974cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSL環境でのクリップボード対応がまだ