Commit graph

40 commits

Author SHA1 Message Date
schasse 2d06627dfd
lsp lists all panes in window 2020-01-17 15:07:18 +01:00
schasse e2d2c9bdc4
target pane might be confused 2020-01-17 14:32:32 +01:00
schasse b4dcd477dd
improve detecting escape 2020-01-05 13:35:57 +01:00
schasse fc70f2baca
exit is a private method and cannot be called 2019-12-29 11:12:57 +01:00
Sebastian Schasse 334ec5e75e
Merge pull request #16 from schasse/enable_copy_mode
enable easymotion when in copy mode
2019-12-29 11:11:42 +01:00
schasse 5ceedd47f2
enable easymotion when in copy mode 2019-12-29 11:06:07 +01:00
Sebastian Schasse a399350a98
Merge pull request #15 from schasse/handle_user_escape
Handle user escape
2019-12-29 10:31:49 +01:00
schasse b098a365bd
testing revealed that using queues is better 2019-12-29 10:24:26 +01:00
schasse b668d6be0c
asynchronous escape detection for better responsiveness 2019-12-29 08:09:06 +01:00
schasse 9382a6bccf
handle user escape input 2019-12-28 15:42:56 +01:00
schasse baa011c120
refactor global script input 2019-12-28 15:42:37 +01:00
Sebastian Schasse afe60fecb6
Merge pull request #14 from schasse/clear_history
do not draw to history
2019-12-28 14:20:07 +01:00
schasse 35ca65c836
do not draw to history 2019-12-28 14:13:24 +01:00
Sebastian Schasse 1ac855fdd0
Merge pull request #13 from schasse/enable_fast_prompt
enable fast prompt via bash script
2019-12-28 12:43:17 +01:00
schasse 0942148668
enable fast prompt via bash script 2019-12-27 10:15:38 +01:00
Sebastian Schasse 73b2496c90
Merge pull request #12 from schasse/bugfixes
more robustness and fix bug with >81 same chars on the screen
2019-12-26 16:18:04 +01:00
schasse d79687c4d3
more robustness and fix bug with >81 same chars on the screen 2019-12-26 15:58:57 +01:00
Sebastian Schasse f3a6c1c41c
Merge pull request #9 from jyrodgers/master
Add THANKS.md
2019-12-20 11:20:46 +01:00
John Rodgers 14296b30bf
Create THANKS.md
A place for users to comment and say how the project helped them. Inspired by [THANKS.md](https://github.com/paulmolluzzo/thanks-md)
2019-12-17 11:11:56 -08:00
Sebastian Schasse 3ae847ba9e
Merge pull request #8 from schasse/bug_fixes
some Bug Fixes
2019-10-29 10:50:58 +00:00
schasse fae7cabf1c
Merge branch 'master' into bug_fixes 2019-10-29 11:38:24 +01:00
Sebastian Schasse 6637ac5e3f
Merge pull request #7 from schasse/fix_mac_os
Fix for Mac OS
2019-10-29 10:33:58 +00:00
schasse 6a8a670ca2
mac os does not have the same file system structure as linux 2019-10-28 17:52:49 +01:00
schasse b2ecd08f9e
add screencast 2019-09-17 19:16:22 +02:00
schasse 41d95a7899
fix readme keys 2019-09-17 19:16:08 +02:00
schasse ab98972722
only home row chars and reset colors 2019-09-13 18:52:46 +02:00
schasse 459302e3d7
reduce nr of keys and jump directly if there is only 1 possibility 2019-09-13 18:41:51 +02:00
schasse d8dcf49f72
less zombies and accept invalid chars 2019-09-13 18:35:30 +02:00
schasse afbcc920e0
weird empty chars from tmux 2019-09-13 18:11:25 +02:00
Sebastian Schasse 771fbc70ce
Merge pull request #5 from schasse/specs
add testsuite
2019-08-28 10:19:40 +02:00
schasse e7c793c050
no travis emails 2019-08-28 10:14:45 +02:00
schasse f05acb9c6e
add travis build patch 2019-08-28 10:11:46 +02:00
schasse f867c70fd3
Merge branch 'master' into specs 2019-08-28 10:11:27 +02:00
schasse 215869f02f
setup travis 2019-08-28 10:10:53 +02:00
schasse ce7d08d9d5
add a testsuite 2019-08-28 09:32:28 +02:00
schasse 499ba9f927
add initial README.md 2019-08-23 14:14:15 +02:00
schasse 6a8342c952
length 2 keys and newline bug + tmux weirdness 1st empty line 2019-05-07 15:46:01 +02:00
schasse 6287c693ff
fix cursor bug and ncurses programs bug 2019-05-01 11:19:46 +02:00
schasse 48cdc2af98
refactor it 2019-05-01 09:50:32 +02:00
schasse f879b9ab92
initial easymotion 2019-04-25 19:59:09 +02:00