Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Don't change sortmethod to cpu with <tab>
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 20, 2018
1 parent 33e6b73 commit 106fad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widgets/proc.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func (self *Proc) keyBinds() {
} else {
self.UniqueCol = 0
}
self.sortMethod = "c"
self.Sort()
self.Top()
self.KeyPressed <- true
Expand Down

0 comments on commit 106fad5

Please sign in to comment.