Skip to content

Commit

Permalink
Helix: Swap =/+ for toggle whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrudvik committed Dec 17, 2023
1 parent fce4d29 commit 33263ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ G = "file_picker_in_current_buffer_directory"
w = ":write"
W = ":write-all"
m = ":sh make"
"=" = ":set whitespace.render none"
"+" = ":set whitespace.render all"
"=" = ":set whitespace.render all"
"+" = ":set whitespace.render none"

[keys.normal.g]
w = "rotate_view" # Switch to next split

0 comments on commit 33263ef

Please sign in to comment.