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
Michael Davis 23ed8c12f1
Select change range for goto_first/last_change commands (#5206)
This matches the behavior from 42ad1a9e04
but for the first and last change. The selection rules are the same
as for goto_next/prev_change: additions and modifications select the
added and modified range while deletions are represented with a point.
1 year ago
..
commands Add :character-info command (#4000) 1 year ago
keymap rework positioning/rendering and enable softwrap/virtual text (#5420) 1 year ago
ui Removing C-j and C-k from completion menu navigation (#5070) 1 year ago
application.rs enable rendering in integration tests (#5819) 1 year ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Select change range for goto_first/last_change commands (#5206) 1 year ago
compositor.rs Add some function documentations (#5360) 1 year ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs Print the binary required by the debug adapter (#5195) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs keymap: Test backslash escaping in commands 1 year ago
lib.rs Hide duplicate symlinks from the picker (#5658) 1 year ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago