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/helix-term/src
Michael Davis 685cd383a3
Surround with line-endings on `ms<ret>` (#4571)
This change makes `ms<ret>` work similarly to `t<ret>` and related
find commands: when the next event is a keypress of Enter, surround
the selection with the document's line-endings.
2 years ago
..
commands Support goto-declaration LSP command (#5646) 2 years ago
keymap rework positioning/rendering and enable softwrap/virtual text (#5420) 2 years ago
ui rework positioning/rendering and enable softwrap/virtual text (#5420) 2 years ago
application.rs rework positioning/rendering and enable softwrap/virtual text (#5420) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Surround with line-endings on `ms<ret>` (#4571) 2 years ago
compositor.rs Add some function documentations (#5360) 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 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 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago