aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Limit goto countKevin Sjöberg2021-06-03
| | | | | Giving a goto count greater than the number of lines in the buffer would cause Helix to panic.
* Fix undo redoIvan Tham2021-06-03
| | | | | | I missed the fast return. Fix #89
* update keymap.md to include arrow keys for movementAntoni Stevent2021-06-03
|
* use correct _extend methods, also remove unnecessary castsAntoni Stevent2021-06-03
|
* Add up/right/left/down arrow keymaps, similar to kakouneAntoni Stevent2021-06-03
|
* Avoid theoretical underflow.Jakub Bartodziej2021-06-03
|
* Clean up leftover log.Jakub Bartodziej2021-06-03
|
* Improve on the fix for deleting from the end of the buffer.Jakub Bartodziej2021-06-03
|
* Disable deleting from an empty buffer which can cause a crash.Jakub Bartodziej2021-06-03
|
* key is now modified in place at start of handle_eventJan Hrastnik2021-06-03
|
* key_canonicalization now only matches charsJan Hrastnik2021-06-03
|
* put the key canonicalization in a seperate function. only chars now get ↵Jan Hrastnik2021-06-03
| | | | stripped of Shift modifier
* removed shift matchingJan Hrastnik2021-06-03
|
* Merge pull request #92 from bfredl/clangdBlaž Hrastnik2021-06-03
|\ | | | | LSP: add clangd as server for c/c++
| * LSP: add clangd as server for c/c++Björn Linse2021-06-03
| |
* | Merge pull request #80 from notoria/highlightBlaž Hrastnik2021-06-03
|\ \ | | | | | | Highlight matching brackets
| * | Highlight matching bracketsnotoria2021-06-03
| |/
* | Merge pull request #77 from notoria/match_bracketsBlaž Hrastnik2021-06-03
|\ \ | |/ |/| Fix match_brackets::find
| * Fix match_brackets::findnotoria2021-06-03
| |
* | Fix cursor not showing on (0, 0)Blaž Hrastnik2021-06-03
| |
* | Merge pull request #64 from pickfire/logBlaž Hrastnik2021-06-03
|\ \ | |/ |/| Default log file to cache
| * Default log file to cacheIvan Tham2021-06-03
|/
* Merge pull request #66 from IceDragon200/replaced-args-parserBlaž Hrastnik2021-06-03
|\ | | | | Drop pico-args in favour of a hand rolled parser
| * Refactored parse_args loopCorey Powell2021-06-02
| | | | | | | | Thanks @PabloMansanet
| * Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
| | | | | | | | Not the greatest looking, but it gets the job done
* | Nix: add lldb to shellBlaž Hrastnik2021-06-03
| |
* | Clippy lintBlaž Hrastnik2021-06-03
| |
* | Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
| |
* | Merge pull request #70 from RLHerbert/masterBlaž Hrastnik2021-06-03
|\ \ | |/ |/| Fix panic when buffer larger than terminal width
| * Fix panic when buffer larger than terminal widthRowan Herbert2021-06-02
|/
* Merge pull request #62 from pickfire/cellCorey Powell2021-06-02
|\ | | | | Separate document history into Cell
| * Separate document history into CellIvan Tham2021-06-02
| | | | | | | | | | As history is used separately from the rest of the edits, separating it can avoid needless borrowing and cloning. But one need to be aware later.
* | Merge pull request #49 from eleijonmarck/patch-1Corey Powell2021-06-02
|\ \ | | | | | | Update README.md to include shortcuts
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
| * | Update README.mdEric Leijonmarck2021-06-02
| | |
* | | Merge pull request #57 from pickfire/fix-panicCorey Powell2021-06-02
|\ \ \ | | | | | | | | Fix panic opening rust file
| * | | Fix panic opening rust fileIvan Tham2021-06-02
| | |/ | |/| | | | | | | Application::new will use stuff that requires tokio runtime.
* | | Merge pull request #55 from helix-editor/autoresizeBlaž Hrastnik2021-06-02
|\ \ \ | |/ / |/| | autoresize terminal in compositor render
| * | autoresize terminal in compositor renderJan Hrastnik2021-06-02
| | |
* | | Merge pull request #50 from wojciechkepka/configBlaž Hrastnik2021-06-02
|\ \ \ | | | | | | | | Use config_dir for logging, create config_dir
| * | | Use config_dir for logging, create config_dirWojciech Kępka2021-06-02
| | |/ | |/|
* | | Merge pull request #21 from IceDragon200/elixir-syntaxBlaž Hrastnik2021-06-02
|\ \ \ | |/ / |/| | Added elixir syntax
| * | Added missing tree-sitter-elixir submoduleCorey Powell2021-06-02
| | |
| * | Added elixir syntaxCorey Powell2021-06-02
| | | | | | | | | | | | Using custom fork for now to get around generating the source files
* | | Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb`Blaž Hrastnik2021-06-02
| | |
* | | Support ctrl-f and ctrl-b to page up/down, fixes #41Blaž Hrastnik2021-06-02
| | |
* | | f/t: Check if at bounds before searching, refs #43, closes #37Blaž Hrastnik2021-06-02
| | |
* | | Fix panics when triggering w or e on the last char of the lineBlaž Hrastnik2021-06-02
| | | | | | | | | | | | Closes #32
* | | fix: Don't allow moving past last line, fixes #30, #24Blaž Hrastnik2021-06-02
| | | | | | | | | | | | Off by 1 error