helix/helix-term/src
AlexanderDickie 9ab3f9d01a
Scroll cursor and page together (neovim-like scrolling) (#8015)
* neovim like scroll function

* clear line annotations outside of move_vertically/_visual

* add nvim scroll function to commands

* assign nvim-scroll to C-d and C-u (half page scrolls)

* dont remove backspace and space mapping

* move non-softwrap logic to seperate function, call this in nvim-scroll fn

* Revert "move non-softwrap logic to seperate function, call this in nvim-scroll fn"

This reverts commit e4905729c3.

* Revert "clear line annotations outside of move_vertically/_visual"

This reverts commit 1df3fefe55.

* add TODO for when inline diagnostics gets merged

* move nvim-scroll logic into scroll(), dont respect scrolloff

* run cargo fmt

* run cargo clippy

* update documenation for Ctrl-d and Ctrl-u remap
2024-02-19 00:13:04 +01:00
..
commands make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
handlers refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
keymap Scroll cursor and page together (neovim-like scrolling) (#8015) 2024-02-19 00:13:04 +01:00
ui Scroll cursor and page together (neovim-like scrolling) (#8015) 2024-02-19 00:13:04 +01:00
application.rs fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Scroll cursor and page together (neovim-like scrolling) (#8015) 2024-02-19 00:13:04 +01: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
events.rs Add hook/event system 2024-01-23 11:20:19 +09:00
handlers.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
health.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Allow numbers as second input event (#8471) 2024-02-14 11:53:15 +01:00
lib.rs follow neovim's truecolor detection (#9577) 2024-02-11 18:38:09 +01:00
main.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00