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

Commit Graph

  • 0e3fad00f2
    Merge branch 'master' into shell-cmds Omnikar 2021-08-03 14:20:14 -0400
  • 85bfe439c8
    Implement shell interaction commands Omnikar 2021-08-03 14:05:46 -0400
  • c068231274 Fix buggy surround behavior from #376. Nathan Vegdahl 2021-08-03 07:22:27 -0700
  • b8a9bf20f6 Add goto_last_line command, and bind it to ge. Nathan Vegdahl 2021-08-03 06:49:40 -0700
  • 3ab2823b99 Retrieve doc from editor if possible in filepicker Gokul Soumya 2021-08-03 11:49:07 +0530
  • 9ab044d5b7 Exit extend after yank Ivan Tham 2021-07-30 10:39:47 +0800
  • 585793eb46 Use an empty stream on Windows to remove duplication Blaž Hrastnik 2021-07-27 01:18:41 +0900
  • 821565e4ef Add ctrl-z to suspend Ivan Tham 2021-07-17 22:47:08 +0800
  • adb5d842ba Use nicer filepaths instead of URIs in goto picker Blaž Hrastnik 2021-08-03 09:29:03 +0900
  • b3aefe18cd nix: Update flake Blaž Hrastnik 2021-08-03 09:28:40 +0900
  • cfef44e3d2 Bump which from 4.1.0 to 4.2.2 dependabot[bot] 2021-08-02 23:07:33 +0000
  • c9b4b48344 Bump serde_json from 1.0.64 to 1.0.66 dependabot[bot] 2021-08-02 23:07:22 +0000
  • 99a4e3fc79 Bump serde from 1.0.126 to 1.0.127 dependabot[bot] 2021-08-02 23:07:12 +0000
  • 8d76aaa9f3
    Bump which from 4.1.0 to 4.2.2 dependabot[bot] 2021-08-02 23:07:33 +0000
  • c8c50416ab
    Bump serde_json from 1.0.64 to 1.0.66 dependabot[bot] 2021-08-02 23:07:22 +0000
  • d67405f9c5
    Bump serde from 1.0.126 to 1.0.127 dependabot[bot] 2021-08-02 23:07:12 +0000
  • 29b0757c0d Refactor out clones in previewed picker Gokul Soumya 2021-08-02 14:59:52 +0530
  • bfcc6e2ca5 Update README.md Omnikar 2021-08-02 02:22:50 -0400
  • eeaf0ab07c
    Merge 2a8e02f4efe48540412065c1e7f7adf5ebea1ab9 into ef6a2317b77af8faea15d41ff25553e7482f23f6 Grzegorz Baranski 2021-08-02 10:53:19 +0300
  • 52999995e9
    Update README.md Omnikar 2021-08-02 02:22:50 -0400
  • 0df8f14c98 Use an empty stream on Windows to remove duplication Blaž Hrastnik 2021-07-27 01:18:41 +0900
  • 92524848ab Add ctrl-z to suspend Ivan Tham 2021-07-17 22:47:08 +0800
  • 40191901cf deploy: ef6a2317b77af8faea15d41ff25553e7482f23f6 cessen 2021-08-01 16:47:38 +0000
  • ef6a2317b7 Update keymap.md Ryo Hirayama 2021-08-01 23:11:36 +0900
  • bd5c7b5f4b Split picker and preview and compose Gokul Soumya 2021-08-01 20:57:18 +0530
  • be57e2744b
    Update keymap.md Ryo Hirayama 2021-08-01 23:11:36 +0900
  • bddf749fba search: disable unicode support search Blaž Hrastnik 2021-06-12 23:35:25 +0900
  • ea7aad99b8 Use searcher for search Blaž Hrastnik 2021-06-09 18:24:42 +0900
  • c61d608e8b
    Move tutor.txt to runtime/ Omnikar 2021-08-01 01:59:11 -0400
  • e3ff5de6a5 Fix searching through several chunks Blaž Hrastnik 2021-06-09 18:24:23 +0900
  • b9ff4bde2a Only recalculate resize during rendering, this stops flashing on resize Blaž Hrastnik 2021-06-09 15:46:13 +0900
  • 8ac2d50fec Rebuild search by using regex-automata Blaž Hrastnik 2021-06-09 13:22:55 +0900
  • 42ebb1b6a2 Refactor picker preview rendering Gokul Soumya 2021-08-01 10:24:41 +0530
  • b18552e47a
    Remove extra blank lines in SAVING A FILE section Omnikar 2021-07-31 11:51:11 -0400
  • 557c63033c fix: Map all selections on transaction.apply Blaž Hrastnik 2021-07-30 23:40:58 +0900
  • 5785258d18 Fix render bug and refactor picker Gokul Soumya 2021-07-31 20:29:26 +0530
  • 0b66af0705
    Add additional notes to SAVING A FILE section Omnikar 2021-07-31 10:43:37 -0400
  • 2ed40c256f Add picker preview for buffer picker Gokul Soumya 2021-07-31 19:42:58 +0530
  • 6df7cfa94b Use line instead of range for preview doc Gokul Soumya 2021-07-31 18:25:11 +0530
  • 5325eea285 Cache picker preview per document instead of view Gokul Soumya 2021-07-31 16:30:44 +0530
  • c62d5aa5ef Add picker preview for document symbols Gokul Soumya 2021-07-31 12:48:51 +0530
  • ab41e4519c Fix picker preview lag by caching Gokul Soumya 2021-07-31 11:57:52 +0530
  • e8046e0735
    Create MOTIONS AND SELECTIONS section Omnikar 2021-07-31 01:57:58 -0400
  • d867d5c1bf
    Create Insert mode, saving, and recap sections Omnikar 2021-07-31 01:55:33 -0400
  • f320d02f08
    Create EXITING HELIX and DELETION sections Omnikar 2021-07-31 01:53:01 -0400
  • 9d125ffd24
    Create docs/tutor.txt Omnikar 2021-07-31 01:51:08 -0400
  • ccecda4f66 Add more unit tests for pos_at_screen_coords. Nathan Vegdahl 2021-07-30 08:37:13 -0700
  • edae402b78 Add more unit tests for pos_at_screen_coords. Nathan Vegdahl 2021-07-30 08:37:13 -0700
  • 2a8e02f4ef wip: setting new LSP on lsp-restart gbaranski 2021-07-30 17:33:50 +0200
  • 7a1dbedb05 Add preview pane for fuzzy finder Gokul Soumya 2021-07-30 17:53:01 +0530
  • e13e3114c5 wip: lsp-restart function gbaranski 2021-07-30 16:50:41 +0200
  • eec5631140 Update popup and diagnostics in onedark theme Gokul Soumya 2021-07-30 14:37:32 +0530
  • 82af64ad18 Update popup and diagnostics in onedark theme Gokul Soumya 2021-07-30 14:37:32 +0530
  • 62eb8c6b40 mouse: Remove verify_screen_coords, refactor primary selection modification Blaž Hrastnik 2021-07-30 16:50:38 +0900
  • 6bb744aeac Remove the jump Blaž Hrastnik 2021-07-30 16:37:40 +0900
  • 8361de45dc
    Mouse selection support (#509) Dmitry Sharshakov 2021-07-30 10:52:00 +0300
  • 5843733f38 Merge branch 'master' into mouse-support Dmitry Sharshakov 2021-07-30 10:44:59 +0300
  • 368bb56428 deploy: 0fdb626c2cc5518b10a9bfbedc8b78cff3d360c9 archseer 2021-07-30 07:28:07 +0000
  • 0fdb626c2c Remove embed_runtime feature Blaž Hrastnik 2021-07-30 16:27:22 +0900
  • f88d4c1e20 Move indent-style code into helix_core::indent. Nathan Vegdahl 2021-07-29 12:10:59 -0700
  • e191a75e33 Give default document a single line ending. Nathan Vegdahl 2021-07-29 12:53:39 -0700
  • e6e0d31be0 Fix incorrect behavior of find_char command and friends. Nathan Vegdahl 2021-07-29 17:56:25 -0700
  • d6a1b465c0 Fix incorrect behavior of find_char command and friends. Nathan Vegdahl 2021-07-29 17:56:25 -0700
  • 799f4750d4 Give default document a single line ending. Nathan Vegdahl 2021-07-29 12:53:39 -0700