Skip to content

Commit

Permalink
[tmux] updated o binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Jan 19, 2014
1 parent e667b0b commit f3225f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tmux.conf
Expand Up @@ -40,7 +40,8 @@ bind r source-file ~/.tmux.conf
set -g default-terminal "screen-256color"

unbind o
bind o split-window -v -p 80 "jung -f '\.md' -- ./scripts/search next" \; swap-pane -U \; split-window -h "jung -f '\.md' -- ./scripts/search today" \; select-pane -D
bind o split-window -h -p 20 "watch cat today.txt" \; select-pane -L


bind C new-window -a

Expand Down

0 comments on commit f3225f7

Please sign in to comment.