Skip to content

Commit

Permalink
feat(helix): map C-s to :update command
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Mar 21, 2024
1 parent de135ca commit 6ef8fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ enable = true
[editor.lsp]
display-messages = true

[keys.normal]
C-s = ":update"

[keys.insert]
up = "no_op"
down = "no_op"
Expand Down

0 comments on commit 6ef8fff

Please sign in to comment.