LoricAndre
|
bd73f62112
|
fix: remove index tiebreak from shell bindings (#611)
* fix: remove index tiebreak from shell bindings until the opetion is readded
* Update key-bindings.fish
* Update key-bindings.zsh
|
2024-11-24 15:41:11 +01:00 |
|
Jinzhou Zhang
|
6fdbe38f7a
|
sync shell scripts with fzf(6c9adea)
|
2020-10-18 11:41:50 +08:00 |
|
Jinzhou Zhang
|
242b3f0f7f
|
[shell] sync fzf's latest shell bindings
|
2020-03-02 09:58:02 +08:00 |
|
Jinzhou Zhang
|
eaafc359a5
|
[shell] sync with fzf (6577388)
|
2019-07-28 08:45:54 +08:00 |
|
RemiliaForever
|
d0054f1691
|
fix key-bindings.bash
|
2018-12-18 23:19:32 +08:00 |
|
Jinzhou Zhang
|
dcfe42dadf
|
fix #104 ignore ctrl-r bindings in history widgets
The script taken from fzf binds ctrl-r to 'toggle-sort', but skim bind
ctrl-r to 'rotate mode' by default and does not support toggle sort.
|
2018-11-10 09:54:36 +08:00 |
|
Jinzhou Zhang
|
0431f69af9
|
[shell] update to fzf's latest scripts(20181022)
|
2018-10-22 22:05:58 +08:00 |
|
Jinzhou Zhang
|
5cc00fa6f2
|
add option --tac for reverse the order of input
for example, previously it is from line 1 ~ line 9, now skim will treat
it as line 9 ~ line 1.
It is done by reverse the criteria `index` to `-index`.
|
2017-09-20 18:01:36 +08:00 |
|
Jinzhou Zhang
|
6b3139848d
|
add shell bindings (copied from fzf and modified)
|
2017-09-18 14:51:36 +08:00 |
|