Skip to content

Commit

Permalink
Adjust helix config
Browse files Browse the repository at this point in the history
C-u/d config is no longer needed after helix-editor/helix#8015
  • Loading branch information
2639-unofficial committed Mar 1, 2024
1 parent e77444c commit d8f5232
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions home-manager/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ S-tab = "jump_backward"
"C-c" = ["collapse_selection", "keep_primary_selection"]
"C-/" = "toggle_comments" # does not work

C-u = ["half_page_up", "goto_window_center"]
C-d = ["half_page_down", "goto_window_center"]

# non-ideal at the top of a document when half_page_up is nullipotent
# and align_view_center bloacks the top of the view
# C-u = ["half_page_up", "align_view_center"]
# C-d = ["half_page_down", "align_view_center"]

[keys.normal.space]
z = ":write-quit"
x = ":buffer-close"
Expand Down

0 comments on commit d8f5232

Please sign in to comment.