aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add position-percentage as a statusline indicator (#3168)Seth Bromberger2022-07-26
| | | | | | | | | * added position-pct as a statusline indicator * removed unnecessary mutable reference * pct -> percent * percent -> percentage
* Shorten embedded command descriptions (#3070)Gokul Soumya2022-07-26
| | | | | | | | | * Shorten embedded command descriptions - Compact descriptions in command palette and infobox * Shorten typed command descriptions * Fix typo in decrement command description
* Suport diagnostic code (#3096)Erasin2022-07-26
| | | | | | | * add code for diagnostic. This PR provides a solution to resolve #2994. missing Code Actions for lsp * remote unused import
* Remove vale from .gitignoren0s42022-07-26
|
* Spacingn0s42022-07-26
|
* Fixes + consistencyn0s42022-07-26
| | | | | | | | Some lines went longer than the titlebars, fixed regex in SPLITTING SELECTIONS which wasn't actually correct. Changed 1 "bat" to a "cat" in ADDING SELECTION ON NEXT SEARCH MATCH which makes it harder to do with a simple s select.
* Add SPLITTING SELECTIONSn0s42022-07-26
|
* Spellingn0s42022-07-26
|
* Add CYCLING AND REMOVING SELECTIONSn0s42022-07-26
|
* Move Jumplist section and add recapn0s42022-07-26
|
* Add 'ADDING SELECTION ON NEXT SEARCH MATCH'n0s42022-07-26
|
* Add SEARCH FOR SELECTIONn0s42022-07-26
|
* Add REGISTERS, update MACROS accordinglyn0s42022-07-26
|
* Add REPLACING WITH YANKED TEXT and INCREMENTING/DECREMTINGn0s42022-07-26
| | | | | | | Also some consistency issues - redundant/dated comment in JOINING LINES - spacing around slashes - etc.
* Add REPITITION sectionn0s42022-07-26
|
* Improve ALIGN SELECTIONS sectionn0s42022-07-26
|
* Reduce A-; section to a note on section 3.7n0s42022-07-26
| | | | Also fixed consistency of capitalisation and spacing of notes.
* Correct recap numbers.n0s42022-07-26
|
* Line too long + grammar.n0s42022-07-26
|
* Add vale to gitignore + spellingn0s42022-07-26
|
* Added REPLACE and moved SELECTING TO A CHARACTER into the same chapter.n0s42022-07-26
|
* Add 'ALIGN SELECTIONS' and 'SPLIT SELECTIONS ON LINES'n0s42022-07-26
|
* Move COLLAPSING SELECTION to MOTIONS AND SELECTIONS.n0s42022-07-26
| | | | Also had to do a little rewording to fit the recap for MOTIONS AND SELECTIONS.
* Added Select mode section.n0s42022-07-26
| | | | Also added a note about X on "SELECTING LINES".
* Re-order sections.n0s42022-07-26
|
* Improve python highlighting (#3103)Kirawi2022-07-26
| | | | | | | | | | | | | * improve python queries * update python grammar to `0.20.2` * fix variadic parameter scope * add punctuation scopes * fix order of punctuation scopes * undo `embedded` delete
* feat(tree-sitter): :sparkles: add go template support (#3091)Daniel Longeuay2022-07-26
| | | | | | | * feat(tree-sitter): :sparkles: add go template support * fix(tree-sitter): :bug: go template highlight scope selectors * chore(tree-sitter): :wrench: update go template grammar commit
* feat(themes): add mode-specific styles to the dracula themes (#3135)Mr. E2022-07-26
|
* Add elixir & heex comment textobjects (#3179)Clay2022-07-26
|
* Rename padding to spacer, remove by defaultBlaž Hrastnik2022-07-26
|
* Make gutters padding automatic (#3163)Ivan Tham2022-07-26
| | | | Remove padding gutter type, and automatically add 1 padding if gutters is non-empty.
* add spacer element to statusline (#3165)Seth Bromberger2022-07-26
| | | | | * add spacer element to statusline * docs
* Add ayu themes (#3184)André Sá2022-07-26
|
* Add table of contents to keymap.md (#3174)Joe2022-07-26
|
* Highlight constructor in monokai theme (#3131)A-Walrus2022-07-26
|
* Refactor 'helix-loader::merge_toml_values' to use a 'merge-depth' instead of ↵Philipp Mildenberger2022-07-26
| | | | | | 'merge_toplevel_arrays' (#3080) - This ensures that other values than just the arrays are overridden, like nested objects, where it makes sense - merge_depth is set to 3 so that top-level language features are merged (like 'scope'), but everything deeper is overridden with the user-config
* Fix non-msvc grammar compile on Windows (#3190)bootra2022-07-26
|
* build(deps): bump serde from 1.0.139 to 1.0.140 (#3194)dependabot[bot]2022-07-26
| | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.139 to 1.0.140. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.139...v1.0.140) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add support for rulers to boo_berry theme (#3191)bootradev2022-07-25
|
* Fix: svelte indets.scm (#3147)Erasin2022-07-24
|
* Add rabl/jbuilder/jb extensions for Ruby (#3173)Joe2022-07-24
| | | | | * Add rabl and jbuilder * Add jb
* Improve HEEx comment highlights, inject comment lang (#3170)Clay2022-07-24
|
* Fix different document panic (#3160)Kyle L. Davis2022-07-23
| | | Would panic when given the view for the current document for a different document.
* Add `vh` verilog header file type to `file-types` (#3158)Andrey Tkachenko2022-07-23
|
* add release checklist and changelog curation docs (#2598)Michael Davis2022-07-22
| | | | | * add release checklist and changelog curation docs * remove step for deleting '-dev' suffix from VERSION
* helix_view::theme [WARN] Theme (#3119)Aiko Mastboom2022-07-22
| | | | | | | | * helix_view::theme [WARN] Theme * updated: warning, error, info, hint colours https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography Co-authored-by: Aiko Mastboom <git@aiko.sh>
* Indent with tabs by default (#3095)Mr. E2022-07-22
|
* Replace '; inherits <language>' in treesitter queries with <language> ↵Philipp Mildenberger2022-07-22
| | | | | queries instead of appending them (#2470) Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Auto pair-removal (#2940)Houkime2022-07-22
| | | | | | | | | | | | | | | * auto pair-removal Fixes https://github.com/helix-editor/helix/issues/1673 * autopairs removal: use doc autopairs * autopairs-removal: limit to one-char selections * use single_grapheme() to check if range is one char * fix errouneous deletes of " and other symmetric autopairs when at buffer start Co-authored-by: Houkime <>
* keep jump/file history when using :split (#3031)Robin2022-07-22
| | | | | | | * keep jump/file history when using :split * move history cloning into the switch function Co-authored-by: Robin <robinvandijk@klippa.com>