| Commit message (Expand) | Author | Age |
... | |
* | update keymap.md to include arrow keys for movement | Antoni Stevent | 2021-06-03 |
* | use correct _extend methods, also remove unnecessary casts | Antoni Stevent | 2021-06-03 |
* | Add up/right/left/down arrow keymaps, similar to kakoune | Antoni Stevent | 2021-06-03 |
* | Avoid theoretical underflow. | Jakub Bartodziej | 2021-06-03 |
* | Clean up leftover log. | Jakub Bartodziej | 2021-06-03 |
* | Improve on the fix for deleting from the end of the buffer. | Jakub Bartodziej | 2021-06-03 |
* | Disable deleting from an empty buffer which can cause a crash. | Jakub Bartodziej | 2021-06-03 |
* | key is now modified in place at start of handle_event | Jan Hrastnik | 2021-06-03 |
* | key_canonicalization now only matches chars | Jan Hrastnik | 2021-06-03 |
* | put the key canonicalization in a seperate function. only chars now get strip... | Jan Hrastnik | 2021-06-03 |
* | removed shift matching | Jan Hrastnik | 2021-06-03 |
* | Merge pull request #92 from bfredl/clangd | Blaž Hrastnik | 2021-06-03 |
|\ |
|
| * | LSP: add clangd as server for c/c++ | Björn Linse | 2021-06-03 |
* | | Merge pull request #80 from notoria/highlight | Blaž Hrastnik | 2021-06-03 |
|\ \ |
|
| * | | Highlight matching brackets | notoria | 2021-06-03 |
| |/ |
|
* | | Merge pull request #77 from notoria/match_brackets | Blaž Hrastnik | 2021-06-03 |
|\ \
| |/
|/| |
|
| * | Fix match_brackets::find | notoria | 2021-06-03 |
* | | Fix cursor not showing on (0, 0) | Blaž Hrastnik | 2021-06-03 |
* | | Merge pull request #64 from pickfire/log | Blaž Hrastnik | 2021-06-03 |
|\ \
| |/
|/| |
|
| * | Default log file to cache | Ivan Tham | 2021-06-03 |
|/ |
|
* | Merge pull request #66 from IceDragon200/replaced-args-parser | Blaž Hrastnik | 2021-06-03 |
|\ |
|
| * | Refactored parse_args loop | Corey Powell | 2021-06-02 |
| * | Dropped pico-args in favour of a simpler hand roller parser | Corey Powell | 2021-06-02 |
* | | Nix: add lldb to shell | Blaž Hrastnik | 2021-06-03 |
* | | Clippy lint | Blaž Hrastnik | 2021-06-03 |
* | | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 |
* | | Merge pull request #70 from RLHerbert/master | Blaž Hrastnik | 2021-06-03 |
|\ \
| |/
|/| |
|
| * | Fix panic when buffer larger than terminal width | Rowan Herbert | 2021-06-02 |
|/ |
|
* | Merge pull request #62 from pickfire/cell | Corey Powell | 2021-06-02 |
|\ |
|
| * | Separate document history into Cell | Ivan Tham | 2021-06-02 |
* | | Merge pull request #49 from eleijonmarck/patch-1 | Corey Powell | 2021-06-02 |
|\ \ |
|
| * | | Update README.md | Eric Leijonmarck | 2021-06-02 |
| * | | Update README.md | Eric Leijonmarck | 2021-06-02 |
| * | | Update README.md | Eric Leijonmarck | 2021-06-02 |
* | | | Merge pull request #57 from pickfire/fix-panic | Corey Powell | 2021-06-02 |
|\ \ \ |
|
| * | | | Fix panic opening rust file | Ivan Tham | 2021-06-02 |
| | |/
| |/| |
|
* | | | Merge pull request #55 from helix-editor/autoresize | Blaž Hrastnik | 2021-06-02 |
|\ \ \
| |/ /
|/| | |
|
| * | | autoresize terminal in compositor render | Jan Hrastnik | 2021-06-02 |
* | | | Merge pull request #50 from wojciechkepka/config | Blaž Hrastnik | 2021-06-02 |
|\ \ \ |
|
| * | | | Use config_dir for logging, create config_dir | Wojciech Kępka | 2021-06-02 |
| | |/
| |/| |
|
* | | | Merge pull request #21 from IceDragon200/elixir-syntax | Blaž Hrastnik | 2021-06-02 |
|\ \ \
| |/ /
|/| | |
|
| * | | Added missing tree-sitter-elixir submodule | Corey Powell | 2021-06-02 |
| * | | Added elixir syntax | Corey Powell | 2021-06-02 |
* | | | Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` | Blaž Hrastnik | 2021-06-02 |
* | | | Support ctrl-f and ctrl-b to page up/down, fixes #41 | Blaž Hrastnik | 2021-06-02 |
* | | | f/t: Check if at bounds before searching, refs #43, closes #37 | Blaž Hrastnik | 2021-06-02 |
* | | | Fix panics when triggering w or e on the last char of the line | Blaž Hrastnik | 2021-06-02 |
* | | | fix: Don't allow moving past last line, fixes #30, #24 | Blaž Hrastnik | 2021-06-02 |
* | | | Merge pull request #40 from data0x200/fix-empty-command | Blaž Hrastnik | 2021-06-02 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix empty command cause panic | Daichi Takamiya | 2021-06-02 |