1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-21 06:56:43 +02:00

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

View File

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