1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Jorge Morante
a4e62e5648 adding @fingers-keyboard-layout option 2019-01-14 08:41:21 +01:00
Jorge Morante
80d4cab555 fix match lookup for POSIX sed 2018-03-11 00:22:42 +01:00
Jorge Morante
1a8591fcc4 pass env vars to fingers-copy-command ( IS_UPPERCASE and HINT ) 2018-02-14 22:36:11 +01:00
Jorge Morante
a3ea072959 rebuild pane width/height using splits to prevent word wrapping glitch
Fixes #44.

The initial idea was to use window force-width/height option to use
current pane size when initilizing fingers pane, but for reasons unknown
it does not work.

No idea why it works with splits, but it doesn't with force-width/height
options. Welcome to tmux-fingers.
2018-02-03 20:52:19 +01:00
Jorge Morante
c34bc91ba8 swap panes after showing hints ( fixes #26 ) 2017-05-01 10:16:52 +02:00
Jorge Morante
57f0b731a6 small changes in tmux-next send-keys breaking change 2017-04-23 19:05:28 +02:00
Jorge Morante
42b4943eca fix compact hints 2017-04-23 19:04:55 +02:00
Jorge Morante
759fc183c7 load configuration with tmux setenv 2017-04-23 19:04:55 +02:00
Jorge Morante
b582a44955 gawk all the things 2017-04-23 19:04:55 +02:00
Jorge Morante
ba24c4566a Revert "Revert "properly delete all tmp files""
This reverts commit 2e58dfb404.
2016-12-03 19:17:58 +01:00
Jorge Morante
2e58dfb404 Revert "properly delete all tmp files"
This reverts commit 191bac7dff.
2016-12-03 19:14:25 +01:00
Jorge Morante
191bac7dff properly delete all tmp files 2016-12-03 18:02:16 +01:00
Jorge Morante
5aec2d98cf remove log traces 2016-10-17 23:16:10 +02:00
Jorge Morante
6b67ce92df add help screen and hack input a little bit 2016-10-17 23:15:06 +02: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
dcf65b7b7e toggle collapsed hints by pressing <space> 2016-10-17 23:15:06 +02:00
Jorge Morante
1c85b1c802 cleaning 💩 up 2016-08-23 08:45:13 +02:00
Jorge Morante
e8c1e59e29 Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00
Jorge Morante
4b40291d89 fix more than one match per line in BSD 2016-07-14 22:46:50 +02:00
Jorge Morante
b9f216d966 fix issues with POSIX grep -on output 2016-05-23 08:01:19 +02:00
Jorge Morante
174cd70339 fix portability and escaping issues in match_parser pattern 2016-05-23 08:01:19 +02:00
Jorge Morante
b1c5bc55e6 POSIX compliant sed expression in match parser ( AKA fix OSX ) 2016-05-16 19:39:00 +02:00
Jorge Morante
3fdd1c3690 remove colon-escape hacks 2016-05-06 00:25:54 +02:00
Jorge Morante
ff14308500 preserve tabs when echoing hints 2016-05-05 23:44:09 +02:00
Jorge Morante
b54d2d5e41 fix url patterns with escape/unescape magic 2016-05-03 09:07:55 +02:00
Jorge Morante
754a8ec7da OSX compatibility and fixes 2016-05-02 21:15:29 +02:00
Jorge Morante
797784b16f exec mode 2016-05-01 18:53:24 +02:00