Commit graph

69 commits

Author SHA1 Message Date
Sebastian Schasse ed965db0cb
Merge pull request #47 from MaxG87/enable-smart-case-search-configuration
feat: add configurable case sensitivity
2026-07-23 16:29:42 +02:00
Max Görner f01985fbe9 feat: add configurable case sensitivity (ignorecase/smartcase/casesensitive) 2026-07-14 19:08:27 +02:00
Sebastian Schasse 0cbc040059
Merge pull request #44 from nilsdeppe/custom_keys
Add support for user-defined jump keys
2026-07-10 08:57:47 +02:00
Nils Deppe 082bfec89f
Add support for user-defined jump keys 2025-11-18 17:30:37 -08:00
Sebastian Schasse 2ff4940f04
Merge pull request #39 from dshahbaz/patch-1
Update README.md
2023-05-09 10:49:38 +02:00
Dimi Shahbaz 45910a9bde
Update README.md
Updating readme to reflect actual required tmux
2023-05-02 15:27:07 -07:00
Sebastian Schasse 7341dba4b5
Merge pull request #33 from eggbean/add_key_note
Add tmux note to keybinding for list-keys
2022-09-19 10:32:18 +02:00
eggbean 8be9167e9e Add tmux note to keybinding for list-keys 2022-09-19 01:27:17 +01:00
Sebastian Schasse 7b7930cddb
Merge pull request #31 from Federico-Ciuffardi/jump-keys-position
Add @jump-keys-position
2021-01-26 20:58:50 +01:00
Federico Ciuffardi 86a224b582 Add @jump-keys-position
keys will overlap with the word (default):
  set -g @jump-keys-position 'left'

keys will be at the left of the word without overlap:
  set -g @jump-keys-position 'off_left'
2021-01-25 13:35:06 -03:00
Sebastian Schasse 39e478bf11
Merge pull request #32 from schasse/fix_build
Fix Build
2021-01-25 09:46:01 +01:00
schasse 09086ddccd
define the tmux options in the test env 2021-01-22 18:56:26 +01:00
Sebastian Schasse 416f613d3e
Merge pull request #25 from ddzero2c/master
Allow customizing hint color
2020-06-26 21:07:58 +02:00
Ryder Hsu 6367d27d87 Allow customizing hint color 2020-06-26 23:34:18 +08:00
Sebastian Schasse 63140697cd
Merge pull request #24 from inkatze/missing-single-quote
Adds missing quote to README file
2020-05-31 14:18:25 +02:00
Diego Romero abc402a9bf
Adds missing quote to README file
Description
===========

There was a quote missing in the `Installation via TPM` section.
2020-05-28 18:36:30 -07:00
Sebastian Schasse cbd32a6fcb
Merge pull request #21 from dianlujitao/master
Allow customizing the jump key
2020-04-17 11:36:48 +02:00
dianlujitao e230ca5d4a Allow customizing the jump key
Close #18
2020-04-10 19:11:44 +08:00
schasse 366b80887e
add lgpl-3.0 2020-02-10 21:22:51 +01:00
schasse 0cc33ad179
update README.md 2020-02-10 21:15:25 +01:00
schasse 95fb3305df
test older ruby versions 2020-02-10 21:10:24 +01:00
schasse 7dda287f31
smaller gif 2020-02-02 00:08:01 +01:00
schasse 70be69347c
link tmux yank 2020-02-01 23:52:26 +01:00
schasse 55224bba58
rename to tmux-jump 2020-02-01 23:49:15 +01:00
Sebastian Schasse 0273b19164
Update README.md 2020-02-01 23:41:54 +01:00
Sebastian Schasse e848d0cb61
Merge pull request #17 from schasse/new_readme
New README
2020-02-01 23:33:53 +01:00
schasse d04b8ce31d
adjust readme 2020-02-01 23:32:32 +01:00
schasse d8195cf493
add demo 2020-02-01 23:20:31 +01:00
schasse 4b2bc42e7b
add a logo 2020-02-01 23:19:01 +01:00
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