Skip to content

Commit

Permalink
helix: Reload file (:reload) with <C-l>
Browse files Browse the repository at this point in the history
This is mainly used as a workaround to update the git gutter:
helix-editor/helix#4994
  • Loading branch information
dxmh committed Feb 16, 2023
1 parent 34c5a95 commit afe3fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/helix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# Horrible bodge for toggling spellcheck
"[".o.s = ":lang markdown";
"]".o.s = [":config-reload" ":lsp-restart"];
"C-l" = ":reload";
space.e = ":reflow";
space.space = "goto_last_modified_file";
space.q = ":q";
Expand Down

0 comments on commit afe3fe1

Please sign in to comment.