Skip to content

Commit

Permalink
feat: +tmux config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann VR committed Jan 16, 2021
1 parent 8ac7f64 commit 9eabef9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'

# split current window horizontally
bind - split-window -v
bind S split-window -v
# split current window vertically
bind _ split-window -h
bind V split-window -h

# pane navigation
bind -r h select-pane -L # move left
Expand Down

0 comments on commit 9eabef9

Please sign in to comment.