Skip to content

Commit

Permalink
🚧 Updte shortcut of clear && tmux clear-history
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Mar 11, 2019
1 parent 994c516 commit 80c30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bind - split-window -v
bind-key -n C-a send-prefix

# prefix + h to clear screen and history buffer
bind h send-keys "clear && tmux clear-history" \; send-keys "Enter"
bind r send-keys "clear && tmux clear-history" \; send-keys "Enter"

###########################
# Status Bar
Expand Down

0 comments on commit 80c30b7

Please sign in to comment.