clear scrollback history only in fingers pane

This commit is contained in:
Jorge Morante 2016-05-13 09:32:11 +02:00
parent 79ebe14a9c
commit 739e34922d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ BACKSPACE=$'\177'
function clear_screen() {
clear
tmux clearhist
tmux clearhist -t $fingers_pane_id
}
function has_capitals() {