| Age | Commit message (Collapse) | Author |
|
Close #4417
|
|
|
|
junegunn/fzf@febaadbee5b896928664449d7f7c3c6fe2220e26 🚀
|
|
junegunn/fzf@db2e95b1f22d34853ff385439a8359b9b1fad2fa 🚀
|
|
junegunn/fzf@2a92c7d792b45112ab82eef0be2aa11038e6185d 🚀
|
|
|
|
junegunn/fzf@ae12e94b1f2d0659f9b1b32ae6380a677ca19d68 🚀
|
|
|
|
junegunn/fzf@5546c65491a26c7cd01e08d4ecc65eaab89b3363 🚀
|
|
junegunn/fzf@9a53d84b9cce3a0be12fb98e313726ecc806f034 🚀
|
|
|
|
junegunn/fzf@179aec1578004c705522f5dc47190494988797b4 🚀
|
|
junegunn/fzf@354d0468c126c4e03b3578a752afedfd6451fd0d 🚀
|
|
junegunn/fzf@821b8e70a80e3ea96772a4dda36311b19b7171b4 🚀
|
|
|
|
junegunn/fzf@dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99 🚀
|
|
junegunn/fzf@ff1550bb383c74267416132592516aae8662833d 🚀
|
|
|
|
junegunn/fzf@397fe8e395d215cc3ce3d24527ae1cdbe27acb1b 🚀
|
|
junegunn/fzf@bfa287b66ddd5282e1f778936d64cc8454794d19 🚀
|
|
junegunn/fzf@15d6c17390ba4d795989bcc65c0afaf91caaf41d 🚀
|
|
|
|
|
|
|
|
junegunn/fzf@b81696fb64a5c01a33d789312c47a7834f02430e 🚀
|
|
junegunn/fzf@9c1a47acf7453f9dad5905b7f23ad06e5195d51f 🚀
|
|
junegunn/fzf@d2c662e54f7d5d011d42915c543c265c0f555d97 🚀
|
|
|
|
junegunn/fzf@0edb5d5ebb22b160cb289b36fea475073813a1a2 🚀
|
|
junegunn/fzf@e15cba0c8c7c9dd3388d260cf5b5de7fc044dfbc 🚀
|
|
junegunn/fzf@29cf28d8455c4c749694e65cc36b3ea71db26c4f 🚀
|
|
junegunn/fzf@f92f9f137a7a222465892f30776db48a7ecc8ad9 🚀
|
|
junegunn/fzf@26bcd0c90d4c77938d2011f994d943e531322504 🚀
|
|
|
|
|
|
junegunn/fzf@3ba82b6d87348b119f9a7fd168ad8a597a18b4b2 🚀
|
|
|
|
junegunn/fzf@b89c77ec9a1931ec1eea9d57afe5321045feabea 🚀
|
|
junegunn/fzf@ac32fbb3b2d58a7ba61a9a8b1c09420dc4870199 🚀
|
|
|
|
junegunn/fzf@06c6615507539e3227005844363cb1da39aeb18b 🚀
|
|
|
|
junegunn/fzf@b7795a3deaa4339cebddd267fe68b39aff5380cc 🚀
|
|
junegunn/fzf@7220d8233e81291db8bda3d4eb5286ca45f07be0 🚀
|
|
* 'pathname' is a new tiebreak option for prioritizing matches occurring
in the file name of the path.
* `--scheme=path` will automatically set `--tiebreak=pathname,length`.
* fzf will automatically choose `path` scheme when the input is a TTY device,
where fzf would start its built-in walker or run `$FZF_DEFAULT_COMMAND`
which is usually a command for listing files.
Close #4191
|
|
|
|
junegunn/fzf@5a32634b7498cc8518b997a02535496d95e1023d 🚀
|
|
junegunn/fzf@4fdc07927f1ba247563f6d9630b47536c305be75 🚀
|
|
junegunn/fzf@93415493b4bae90177c8e0f9cbea17ef235132b5 🚀
|
|
This commit adds the `border-native` resulting in the following:
```
--tmux[=[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]][,border-native]]
```
By default, when not specified, the `-B` flag is passed to the
`tmux popup-window` command such that no border is drawn around
the tmux popup window.
When the `border-native` option is present, the `-B` flag is omitted
and the popup window is drawn using the border style configured in
the tmux config file.
Fixes #4156
Signed-off-by: Andreas Auernhammer <github@aead.dev>
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
|