1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • b4e46f6342 Remove select_all implementation Egor Karavaev 2021-06-03 19:48:59 +0300
  • f63a678a56 saturating sub Shafkath Shuhan 2021-06-03 12:48:20 -0400
  • fdb5bfafae Limit goto count Kevin Sjöberg 2021-06-03 16:43:28 +0200
  • 6830e4c855 Restored haskell syntax Corey Powell 2021-06-01 14:44:03 -0500
  • e6132f0acd Fix undo redo Ivan Tham 2021-06-03 23:10:31 +0800
  • 3273085382 pass cargo linter Antoni Stevent 2021-06-03 17:15:07 +0200
  • 2aa130ac10 Fix undo redo Ivan Tham 2021-06-03 23:10:31 +0800
  • 5ebcd5e5e2
    Merge branch 'master' into home-end-keymaps Antoni Stevenet 2021-06-03 17:05:45 +0200
  • 102e369502 add ^-$ extend mappings for extend mode Antoni Stevent 2021-06-03 16:46:36 +0200
  • 57eef67527 Limit goto count Kevin Sjöberg 2021-06-03 16:43:28 +0200
  • 46c5380f86 add home-end mappings to keymaps.md Antoni Stevent 2021-06-03 16:39:25 +0200
  • 37bcff4fc2 implement extend methods for extend_line_start, extend_line_end Antoni Stevent 2021-06-03 16:35:24 +0200
  • ca841f7fb4 Merge remote-tracking branch 'upstream/master' Jakub Bartodziej 2021-06-03 10:32:23 -0400
  • ff7bf5ff48 deploy: 3071339cbcd197bbf8b5e66a97589103ddb1de5b archseer 2021-06-03 14:24:40 +0000
  • 3071339cbc update keymap.md to include arrow keys for movement Antoni Stevent 2021-06-03 15:58:27 +0200
  • 27aee705e0 use correct _extend methods, also remove unnecessary casts Antoni Stevent 2021-06-03 15:52:50 +0200
  • f0fe558f38 Add up/right/left/down arrow keymaps, similar to kakoune Antoni Stevent 2021-06-02 20:00:43 +0200
  • 09a7db637e Avoid theoretical underflow. Jakub Bartodziej 2021-06-03 10:10:10 -0400
  • 31ed4db153 Clean up leftover log. Jakub Bartodziej 2021-06-03 09:46:49 -0400
  • 3c5dfb0633 Improve on the fix for deleting from the end of the buffer. Jakub Bartodziej 2021-06-03 09:44:16 -0400
  • 6cbc0aea92 Disable deleting from an empty buffer which can cause a crash. Jakub Bartodziej 2021-06-03 08:51:13 -0400
  • c1c3750d38 key is now modified in place at start of handle_event Jan Hrastnik 2021-06-03 15:26:24 +0200
  • daad8ebe12 key_canonicalization now only matches chars Jan Hrastnik 2021-06-03 12:39:44 +0200
  • 68abc67ec6 put the key canonicalization in a seperate function. only chars now get stripped of Shift modifier Jan Hrastnik 2021-06-03 12:14:02 +0200
  • 712f25c2b9 removed shift matching Jan Hrastnik 2021-06-02 22:45:36 +0200
  • 12927992c4 Avoid theoretical underflow. Jakub Bartodziej 2021-06-03 10:10:10 -0400
  • 816f202bd0 update keymap.md to include arrow keys for movement Antoni Stevent 2021-06-03 15:58:27 +0200
  • 12446b7c2f use correct _extend methods, also remove unnecessary casts Antoni Stevent 2021-06-03 15:52:50 +0200
  • 84d060710e Clean up leftover log. Jakub Bartodziej 2021-06-03 09:46:49 -0400
  • d07bd94642 Improve on the fix for deleting from the end of the buffer. Jakub Bartodziej 2021-06-03 09:44:16 -0400
  • 2508cb75a9 key is now modified in place at start of handle_event Jan Hrastnik 2021-06-03 15:26:24 +0200
  • abe8a83d8e
    Merge pull request #92 from bfredl/clangd Blaž Hrastnik 2021-06-03 22:23:20 +0900
  • a05fb95769
    Merge pull request #80 from notoria/highlight Blaž Hrastnik 2021-06-03 22:14:37 +0900
  • 74e4ac8d49
    Merge pull request #77 from notoria/match_brackets Blaž Hrastnik 2021-06-03 22:13:48 +0900
  • 0e6f007028 LSP: add clangd as server for c/c++ Björn Linse 2021-06-03 15:07:50 +0200
  • bd450935ca Disable deleting from an empty buffer which can cause a crash. Jakub Bartodziej 2021-06-03 08:51:13 -0400
  • bf31ea60e3 key_canonicalization now only matches chars Jan Hrastnik 2021-06-03 12:39:44 +0200
  • a39430e4c3 put the key canonicalization in a seperate function. only chars now get stripped of Shift modifier Jan Hrastnik 2021-06-03 12:14:02 +0200
  • 94c3362cba extend insert mode with up/down/right/left and home/end key mappings Antoni Stevent 2021-06-03 11:53:03 +0200
  • 56717c017a add home-end keymaps Antoni Stevent 2021-06-02 23:03:33 +0200
  • c3a98b6a3e Highlight matching brackets notoria 2021-06-03 11:03:46 +0200
  • 5bfa1c47df Add up/right/left/down arrow keymaps, similar to kakoune Antoni Stevent 2021-06-02 20:00:43 +0200
  • 4fe654cf9a Fix match_brackets::find notoria 2021-06-03 10:35:17 +0200
  • 661dbdca57 Fix cursor not showing on (0, 0) Blaž Hrastnik 2021-06-03 13:32:54 +0900
  • 5773bd6a40
    Merge pull request #64 from pickfire/log Blaž Hrastnik 2021-06-03 12:58:31 +0900
  • d664d1dec0 Default log file to cache Ivan Tham 2021-06-03 00:19:56 +0800
  • 7e8603247d
    Merge pull request #66 from IceDragon200/replaced-args-parser v0.0.9 Blaž Hrastnik 2021-06-03 10:32:42 +0900
  • 7140908f6e Nix: add lldb to shell Blaž Hrastnik 2021-06-03 10:31:33 +0900
  • 6dba1e7ec7 Clippy lint Blaž Hrastnik 2021-06-03 10:31:14 +0900
  • c0332bd935 Fix split sizes getting out of sync with the terminal size, refs #69 Blaž Hrastnik 2021-06-03 10:28:49 +0900
  • 3c7729906c
    Merge pull request #70 from RLHerbert/master Blaž Hrastnik 2021-06-03 10:28:14 +0900
  • 1b67fae9f4 Fix panic when buffer larger than terminal width Rowan Herbert 2021-06-02 16:30:40 -0700
  • 4f8f61b69e removed shift matching Jan Hrastnik 2021-06-02 22:45:36 +0200
  • f0018280cb Refactored parse_args loop Corey Powell 2021-06-02 14:24:08 -0500
  • 7202953e69 Dropped pico-args in favour of a simpler hand roller parser Corey Powell 2021-06-02 12:33:28 -0500
  • 7761c88d61
    Merge pull request #62 from pickfire/cell Corey Powell 2021-06-02 13:27:35 -0500
  • 68f5031dcc
    Merge pull request #49 from eleijonmarck/patch-1 Corey Powell 2021-06-02 13:15:32 -0500
  • 83031564db
    Merge pull request #57 from pickfire/fix-panic Corey Powell 2021-06-02 13:14:19 -0500
  • e9b1cba4b2 Allow for more verbosity. Joe Neeman 2021-06-02 11:11:03 -0500
  • 3afe6e03b1 Show file picker when directory passed as first arg wojciechkepka 2021-06-02 16:20:41 +0200
  • eab6e53511 Fix panic opening rust file Ivan Tham 2021-06-02 22:03:33 +0800
  • f5f46b1fed Separate document history into Cell Ivan Tham 2021-06-02 23:47:50 +0800
  • 5f49bafbe8
    Update README.md Eric Leijonmarck 2021-06-02 17:05:15 +0200
  • 2719a35123
    Merge pull request #55 from helix-editor/autoresize v0.0.8 Blaž Hrastnik 2021-06-02 22:45:43 +0900