You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I would like to jump to the beginning of the word "Success".
Entering "S" after doing + j doesn't work. The plugin seems to be always expecting lower case characters, even when the word itself starts with capital letter.
It would be better to have that fixed, there are a couple of ways to solve it:
Do case sensitive search, eg: if S is entered only match words starting with S, similarly s only matches words starting with s.
Do smartcase search, eg: S matches only S whereas s matches both s and S
The text was updated successfully, but these errors were encountered:
How about the special characters like .$%^ and so on? Let say there is some path like ./.config/i3/xxx/bbb/ccc.ddd on a screen and I want a quick copy of it. I think I would want to jump to ..
Lenbok
added a commit
to Lenbok/tmux-jump
that referenced
this issue
Jul 9, 2020
Let's say I would like to jump to the beginning of the word "Success".
Entering "S" after doing + j doesn't work. The plugin seems to be always expecting lower case characters, even when the word itself starts with capital letter.
It would be better to have that fixed, there are a couple of ways to solve it:
The text was updated successfully, but these errors were encountered: