helix/helix-term/src
Pascal Kuthe af532147c9
Add command/keybinding to jump between hunks (#4650)
* add command and keybding to jump to next/prev hunk

* add textobject for change

* Update helix-vcs/src/diff.rs

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* select entire hunk instead of first char

* fix selection range

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2022-12-06 23:18:33 +09:00
..
commands reload_all: Ensure view is synced with doc history before reload (#4965) 2022-12-02 10:18:32 +09:00
keymap Add command/keybinding to jump between hunks (#4650) 2022-12-06 23:18:33 +09:00
ui Apply completion edits to all cursors (#4496) 2022-12-06 10:29:40 +09:00
application.rs feat(lsp): add support for lsp Diagnostic{}.data (#4935) 2022-12-02 10:18:45 +09:00
args.rs
commands.rs Add command/keybinding to jump between hunks (#4650) 2022-12-06 23:18:33 +09:00
compositor.rs
config.rs
health.rs Fix nightly clippy lints (#4954) 2022-12-01 10:37:38 -06:00
job.rs
keymap.rs Fix nightly clippy lints (#4954) 2022-12-01 10:37:38 -06:00
lib.rs
main.rs