helix/book/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 e4905729c338a2260e6981f1d8fac022897b4191.

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

This reverts commit 1df3fefe55afc840d1ab5094b2116d1127fc363f.

* 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
..
generated Add Hoon (#9190) 2024-02-12 16:36:14 +01:00
guides Bump tree-sitter to latest master (#9317) 2024-01-15 15:33:26 +09:00
commands.md Rewrite and refactor all documentation (#5534) 2023-03-06 18:27:17 +09:00
configuration.md docs: Document that what the diff gutter symbol does (#9587) 2024-02-13 01:48:10 +09:00
from-vim.md Fix minor grammar issue in 'from-vim' docs (#6667) 2023-04-09 14:23:57 -05:00
install.md expand upon the arch linux install instructions (#9574) 2024-02-09 08:29:11 -06:00
keymap.md Scroll cursor and page together (neovim-like scrolling) (#8015) 2024-02-19 00:13:04 +01:00
lang-support.md Rewrite and refactor all documentation (#5534) 2023-03-06 18:27:17 +09:00
languages.md Add required-root-patterns for situational lsp activation (#8696) 2024-02-12 02:35:25 +01:00
remapping.md Rewrite and refactor all documentation (#5534) 2023-03-06 18:27:17 +09:00
SUMMARY.md inject language based on file extension & shebang (#3970) 2023-04-28 18:21:34 +09:00
themes.md Fix precedence of ui.virtual.whitespace (#8879) 2023-11-25 14:27:31 +01:00
title-page.md book: add wiki links to the title page and install page (#3017) 2022-07-09 11:08:47 -05:00
usage.md swap yank command registers (#8708) 2023-11-04 09:35:38 +09:00