aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* syntax: Build C++ grammars as c++14Blaž Hrastnik2021-06-05
* syntax: Disable explicit debug/opt_level passingBlaž Hrastnik2021-06-05
* Restored haskell syntaxCorey Powell2021-06-04
* Rust: Highlight crate namespace, categorize `mut`notoria2021-06-04
* Replace ^/$ with gh/glnotoria2021-06-04
* Implement gt/gm/gb, remap goto tYpe to gyBlaž Hrastnik2021-06-04
* matchbrackets: Needs to render with the viewport offsetBlaž Hrastnik2021-06-04
* scroll: Fix the clampingBlaž Hrastnik2021-06-04
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Exit select mode on delete_selectionBlaž Hrastnik2021-06-04
* Show file picker when directory passed as first argwojciechkepka2021-06-04
* Rust: Add keyword `async`, match the entire macronotoria2021-06-04
* Remove swapfilenotoria2021-06-04
* Convert byte index to char index for `find`notoria2021-06-04
* Remove select_all implementationEgor Karavaev2021-06-04
* Fix panic paint mysterious matching pairIvan Tham2021-06-04
* Limit goto countKevin Sjöberg2021-06-03
* Fix undo redoIvan Tham2021-06-03
* 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 strip...Jan Hrastnik2021-06-03
* removed shift matchingJan Hrastnik2021-06-03
* Merge pull request #92 from bfredl/clangdBlaž Hrastnik2021-06-03
|\
| * 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 bracketsnotoria2021-06-03
| |/
* | Merge pull request #77 from notoria/match_bracketsBlaž Hrastnik2021-06-03
|\ \ | |/ |/|
| * 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 cacheIvan Tham2021-06-03
|/
* Merge pull request #66 from IceDragon200/replaced-args-parserBlaž Hrastnik2021-06-03
|\
| * Refactored parse_args loopCorey Powell2021-06-02
| * Dropped pico-args in favour of a simpler hand roller parserCorey Powell2021-06-02
* | 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 widthRowan Herbert2021-06-02
|/
* Merge pull request #62 from pickfire/cellCorey Powell2021-06-02
|\
| * Separate document history into CellIvan Tham2021-06-02
* | Merge pull request #49 from eleijonmarck/patch-1Corey Powell2021-06-02
|\ \
| * | Update README.mdEric Leijonmarck2021-06-02