1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-05 08:51:09 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Suraj N. Kurapati
b10ea7791c hinter: use same hint for all occurrences of match
This patch changes the hinter to use the same hint for all occurrences
of a match, thereby reducing the need to use multi-character hints and
also eliminating redundant hints to simplify the user's hint decision.
2016-10-22 12:51:42 -07:00
Suraj N. Kurapati
ca1db9af26 indentation: fix awful mixture of tabs and spaces 2016-10-22 10:28:40 -07:00
Jorge Morante
3abca2a0ff read default compact state from configuration 2016-10-17 23:15:06 +02:00
Jorge Morante
c5353288f1 updating README.md 2016-10-17 23:15:06 +02:00
Jorge Morante
d257428cea space a bit uncollapsed hints 2016-10-17 23:15:06 +02:00
Jorge Morante
dcf65b7b7e toggle collapsed hints by pressing <space> 2016-10-17 23:15:06 +02:00
Jorge Morante
b05b723165 properly yank shite 2016-10-17 23:15:06 +02:00
Jorge Morante
00a98e742f compact hints 2016-10-17 23:15:02 +02:00
Jorge Morante
55469ed2d3 properly remove shite 2016-08-23 08:46:09 +02:00
Jorge Morante
84a6ce6abb accumulate hints and print lookup at the end of hinter 2016-08-22 22:36:13 +02:00
Jorge Morante
e8c1e59e29 Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00