You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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>
2 years ago
..
commands reload_all: Ensure view is synced with doc history before reload (#4965) 2 years ago
keymap Add command/keybinding to jump between hunks (#4650) 2 years ago
ui Apply completion edits to all cursors (#4496) 2 years ago
application.rs feat(lsp): add support for lsp Diagnostic{}.data (#4935) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Add command/keybinding to jump between hunks (#4650) 2 years ago
compositor.rs fix test compilation 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Fix nightly clippy lints (#4954) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs Fix nightly clippy lints (#4954) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs document should save even if formatter fails 2 years ago