helix-mods/helix-term/src
Bjorn Ove Hay Andersen 07a006d1d5
Add +N CLI argument to jump to first file's line number (#8521)
* Accept +num flag for opening at line number

* Update +N argument feature according to feedback in original PR #5603

* Only override the line number of the first file if +N is specified

---------

Co-authored-by: Nachum Barcohen <38861757+nabaco@users.noreply.github.com>
2023-10-12 10:35:43 +02:00
..
commands Add insert-final-newline config option (#8157) 2023-09-11 19:06:25 -05:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui markdown: Recognize <code> tags with attributes as code (#8397) 2023-09-26 11:05:19 +09:00
application.rs Set the working directory before loading the config (#8498) 2023-10-09 11:38:09 -05:00
args.rs Add +N CLI argument to jump to first file's line number (#8521) 2023-10-12 10:35:43 +02:00
commands.rs Maintain the current cursor's position and view in the vsplit/hsplit commands too (#8109) 2023-09-04 12:39:48 +09:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
health.rs Refactor doc language servers to a HashMap, and the config to use a Vec to retain order 2023-05-18 21:48:32 +02:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs Fix broken indentation that causes the indentation tests to fail. 2023-08-11 23:44:02 +09:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs Add +N CLI argument to jump to first file's line number (#8521) 2023-10-12 10:35:43 +02:00