helix-mirror/helix-term/src
Ivan Tham 29d6a5a9b6
Perform extend line on every selection (#1804)
Currently `x` only affect the current selection, but this will make it
affect every selection so `x` can be more useful with multi-cursors.
2022-03-14 11:45:45 +09:00
..
commands migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
ui Use ^ and $ to match the beginning and end of a line when searching (#1790) 2022-03-12 16:05:50 +09:00
application.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
args.rs rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2022-03-10 17:31:57 +09:00
commands.rs Perform extend line on every selection (#1804) 2022-03-14 11:45:45 +09:00
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2022-03-03 10:14:50 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +09:00
health.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) 2022-03-08 14:02:03 +09:00
lib.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
main.rs fix '--grammar' flag in help text (#1784) 2022-03-10 22:33:51 +09:00