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

Commit Graph

  • 9d032ef87f Address PR comments. Nathan Vegdahl 2021-06-14 13:22:25 -0700
  • 55ab783564 Cosmetic changes and better comments for the indent auto-detect code. Nathan Vegdahl 2021-06-13 20:11:40 -0700
  • 1b80888959 Remove indent style status-line display for now. Nathan Vegdahl 2021-06-13 19:44:25 -0700
  • 0830877c17 Address PR comments. Nathan Vegdahl 2021-06-13 19:13:31 -0700
  • 572fe74828 Implement command to change the indent-style setting of a document. Nathan Vegdahl 2021-06-13 18:09:22 -0700
  • 0d99e7ac33 Render indent-style status in status line. Nathan Vegdahl 2021-06-13 16:35:05 -0700
  • 7fec2acc6d Fix clippy warnings. Nathan Vegdahl 2021-06-13 11:54:56 -0700
  • ab8ae0492f Attempt to auto-detect indentation style on document load. Nathan Vegdahl 2021-06-13 11:26:32 -0700
  • b6c8e4c705 Merge Master, update keybinds Antoni Stevent 2021-06-14 20:10:13 +0200
  • 1bda454149 Add ctrl-w for prompt v0.2.1 Ivan Tham 2021-06-13 01:00:50 +0800
  • e819121f6e fix: wq/wqa functions need to wait for save to finish before closing Blaž Hrastnik 2021-06-15 01:01:58 +0900
  • dee242d7a1 Add ctrl-w for prompt Ivan Tham 2021-06-13 01:00:50 +0800
  • 629a47192d deploy: f33aaba53fee32fb0a6e496c472f4e08bb401237 archseer 2021-06-14 15:07:09 +0000
  • f33aaba53f Add ui.selection to theme.toml Gokul Soumya 2021-06-14 15:41:05 +0530
  • bb4cbe19a2 Add ui.selection to theme.toml Gokul Soumya 2021-06-14 15:41:05 +0530
  • 9cfa163370 Refactor keymap definitions using macros Gokul Soumya 2021-06-14 14:58:56 +0530
  • 8460780bb9 Add command constants PabloMansanet 2021-06-14 12:41:10 +0200
  • ef4f8cac3b Refactor keymap definitions using macros Gokul Soumya 2021-06-14 14:58:56 +0530
  • 6b8c6ed535 Correct onedark theme file location Gokul Soumya 2021-06-14 14:43:18 +0530
  • cbb3b0fcbd Merge remote-tracking branch 'upstream/master' into ConfigurableKeymap PabloMansanet 2021-06-14 11:15:01 +0200
  • a0482c8d60 Correct onedark theme file location Gokul Soumya 2021-06-14 14:43:18 +0530
  • e4b3a666d2
    Bump once_cell from 1.7.2 to 1.8.0 (#255) dependabot[bot] 2021-06-14 17:46:12 +0900
  • 43e3173231 Add onedark theme Gokul Soumya 2021-06-14 11:09:38 +0530
  • b2abe101b8
    Merge branch 'master' into dependabot/cargo/once_cell-1.8.0 Blaž Hrastnik 2021-06-14 17:37:24 +0900
  • 8c1edd22af Bump anyhow from 1.0.40 to 1.0.41 dependabot[bot] 2021-06-14 07:00:09 +0000
  • 9b352ceefd Bump crossterm from 0.19.0 to 0.20.0 dependabot[bot] 2021-06-14 07:00:01 +0000
  • f882ea92b6 Bump lsp-types from 0.89.1 to 0.89.2 dependabot[bot] 2021-06-14 06:59:53 +0000
  • 98485524c8 Bump ignore from 0.4.17 to 0.4.18 dependabot[bot] 2021-06-14 06:59:47 +0000
  • 516c63cc7b
    Bump once_cell from 1.7.2 to 1.8.0 dependabot[bot] 2021-06-14 07:00:16 +0000
  • 0534e1e7f0
    Bump anyhow from 1.0.40 to 1.0.41 dependabot[bot] 2021-06-14 07:00:09 +0000
  • 22fc5dfff3
    Bump crossterm from 0.19.0 to 0.20.0 dependabot[bot] 2021-06-14 07:00:01 +0000
  • 1bf835b214
    Bump lsp-types from 0.89.1 to 0.89.2 dependabot[bot] 2021-06-14 06:59:53 +0000
  • 2f5e747bb2
    Bump ignore from 0.4.17 to 0.4.18 dependabot[bot] 2021-06-14 06:59:47 +0000
  • f47da891db Fix a typo in theme name Wojciech Kępka 2021-06-14 07:09:52 +0200
  • 69b9d8c520 Add onedark theme Gokul Soumya 2021-06-14 11:09:38 +0530
  • b66fd86635 Fix a typo in theme name Wojciech Kępka 2021-06-14 07:09:52 +0200
  • 5d23667a26 fix offset by one problem in replace_with_yanked Andreas Liljeqvist 2021-06-13 20:27:03 +0200
  • b6e363ef0e Add bogster theme Wojciech Kępka 2021-06-13 21:24:27 +0200
  • 766a76d017 Add bogster theme Wojciech Kępka 2021-06-13 21:24:27 +0200
  • d17b21cc4b fix offset by one problem in replace_with_yanked Andreas Liljeqvist 2021-06-13 20:27:03 +0200
  • ca02024199 chore(nix): update nixCargoIntegration input Yusuf Bera Ertan 2021-06-13 16:50:48 +0300
  • d8b05f41f6
    chore(nix): update nixCargoIntegration input Yusuf Bera Ertan 2021-06-13 16:50:48 +0300
  • ae5ecfdf66 Release v0.2.0 v0.2.0 Blaž Hrastnik 2021-06-13 22:35:13 +0900
  • d545e61644 ui: Prompt should figure out a reasonable column width Blaž Hrastnik 2021-06-13 22:28:18 +0900
  • df217f71c1 Fix wq Wojciech Kępka 2021-06-13 11:54:00 +0200
  • d008e86037 Document::is_modified should not check if path is set If there is a new document we still want to know if there are unsaved changes Wojciech Kępka 2021-06-13 11:53:35 +0200
  • b9100fbd44 Fix clippy Wojciech Kępka 2021-06-13 11:29:22 +0200
  • 52d3c29244 Deduplicate code Wojciech Kępka 2021-06-13 11:14:53 +0200
  • 17c9a8499e Add qa and qa! Wojciech Kępka 2021-06-13 11:06:06 +0200
  • 62e6232a32 Update write_all Wojciech Kępka 2021-06-13 11:00:55 +0200
  • d8b5d1181f Add Copy derive to PromptEvent Wojciech Kępka 2021-06-13 11:00:13 +0200
  • b500a2a138 commands: Add more write commands Wojciech Kępka 2021-06-13 07:31:25 +0200
  • b375dab360 Fix wq Wojciech Kępka 2021-06-13 11:54:00 +0200
  • 3d83854a45 Document::is_modified should not check if path is set If there is a new document we still want to know if there are unsaved changes Wojciech Kępka 2021-06-13 11:53:35 +0200
  • ade9a4a94d Fix clippy Wojciech Kępka 2021-06-13 11:29:22 +0200
  • 6d91fd04de Deduplicate code Wojciech Kępka 2021-06-13 11:14:53 +0200
  • a4e93bdbdc Add qa and qa! Wojciech Kępka 2021-06-13 11:06:06 +0200
  • 3428a60c22 Update write_all Wojciech Kępka 2021-06-13 11:00:55 +0200
  • 8ae346a558 Add Copy derive to PromptEvent Wojciech Kępka 2021-06-13 11:00:13 +0200
  • a3f01503e2 build(nix): use nix-cargo-integration, make shell.nix use flake devshell Yusuf Bera Ertan 2021-06-13 08:03:42 +0300
  • e113d6bde5 commands: Add more write commands Wojciech Kępka 2021-06-13 07:31:25 +0200
  • 6d84cd90a9
    build(nix): use nix-cargo-integration, make shell.nix use flake devshell Yusuf Bera Ertan 2021-06-13 08:03:42 +0300
  • 9640ed1425 Add clarification to last buffer Ivan Tham 2021-06-12 23:59:04 +0800
  • d7e0f66b6f Use raw string literal for toml PabloMansanet 2021-06-12 19:08:39 +0200