Skip to content

Commit

Permalink
fix typo in tmux config
Browse files Browse the repository at this point in the history
  • Loading branch information
webframp committed Jun 26, 2015
1 parent d0f566e commit 3608f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.tmux.conf
Expand Up @@ -18,7 +18,7 @@ bind k select-pane -U

# clipboard transfers
bind y run "xclip -o | tmux load-buffer -"
bind ^y run "tmux save-buffer - | xclip -selection clipboard -i"p
bind ^y run "tmux save-buffer - | xclip -selection clipboard -i"

# memorable splits
bind | split-window -h
Expand Down

0 comments on commit 3608f47

Please sign in to comment.