Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created April 7, 2014 07:00
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 bouzuya/10015848 to your computer and use it in GitHub Desktop.
Save bouzuya/10015848 to your computer and use it in GitHub Desktop.
tmux 1.9aのsplit-windowでカレントディレクトリが現在のペインと同じになってくれない問題に対応するための設定
bind-key '"' split-window -v -c '#{pane_current_path}'
bind-key % split-window -h -c '#{pane_current_path}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment