| Age | Commit message (Collapse) | Author |
|
|
|
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/charlievieth/fastwalk/releases)
- [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.13...v1.0.14)
---
updated-dependencies:
- dependency-name: github.com/charlievieth/fastwalk
dependency-version: 1.0.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
See https://github.com/gdamore/tcell/pull/431
|
|
Fix #4517
|
|
junegunn/fzf@ae12e94b1f2d0659f9b1b32ae6380a677ca19d68 🚀
|
|
Add `backward-subword`, `forward-subword`, `kill-subword`, `backward-kill-subword` actions.
|
|
BACKSPACE, DELETE & more (#3996)
* Added tests for `LightRenderer`
* Added common SHIFT, ALT and ALT+SHIFT key sequences
* Added common CTRL key sequences
* Added common CTRL+ALT, CTRL+SHIFT, CTRL+ALT+SHIFT key sequences
* Added proper xterm META modifier handling
according to https://github.com/joejulian/xterm/blob/defc6dd5684a12dc8e56cb6973ef973e7a32caa3/input.c#L357-L375
* Fix `ctrl-backspace` and `ctrl-alt-backspace`
* Fix broken tcell tests on windows by swallowing Resize events
* Added tests for FullscreenRenderer
* Removed own fork of tcell and updated tcell to 2.9.0
tcell 2.9.0 is needed for `Ctrl-Alt-*` and `Ctrl-Alt-Shift-*` shortcuts in Windows
* Replace conditional checks with switch statements to improve readability
* Replace long conditionals with constant slices to improve readability
* Bind `ctrl-bspace` (`ctrl-h`) to `backward-delete-char` by default
Since we now distinguish between Backspace and Ctrl-Backspace, Ctrl-Backspace should trigger the same action as Backspace by default. In that way nothing changes for the user but you can bind other actions to Ctrl-Backspace when desired.
|
|
|
|
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)
- [Commits](https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0)
---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
This commit updates github.com/charlievieth/fastwalk to v1.0.13 which
addresses fastwalk issue #61. It also updates the minimum supported Go
version to 1.21 (up from 1.20) since that is now the minimum version
supported by fastwalk.
|
|
|
|
|
|
Signed-off-by: zhedazijingang <unwrap_or_else@outlook.com>
|
|
junegunn/fzf@5546c65491a26c7cd01e08d4ecc65eaab89b3363 🚀
|
|
Fix #4505
|
|
junegunn/fzf@9a53d84b9cce3a0be12fb98e313726ecc806f034 🚀
|
|
|
|
Fix #4497
Fix #4400
|
|
|
|
|
|
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
Signed-off-by: longhutianjie <keplrnewton@icloud.com>
|
|
Fix #4479
|
|
|
|
junegunn/fzf@179aec1578004c705522f5dc47190494988797b4 🚀
|
|
|
|
|
|
|
|
|
|
junegunn/fzf@354d0468c126c4e03b3578a752afedfd6451fd0d 🚀
|
|
close #4463
|
|
|
|
|
|
|
|
This was a regression introduced in cdcab267.
Fix #4465
|
|
It should be different from --header-lines-border=none according to the
man page. It should merge two headers unlike the latter.
|
|
Close #4458
|
|
junegunn/fzf@821b8e70a80e3ea96772a4dda36311b19b7171b4 🚀
|
|
Fix #4453
|
|
|
|
junegunn/fzf@dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99 🚀
|
|
|
|
|
|
|
|
|
|
|
|
|