Skip to content

Commit

Permalink
Tweak helix config
Browse files Browse the repository at this point in the history
  • Loading branch information
2639-unofficial committed Feb 29, 2024
1 parent 592e83a commit 2da427b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions home-manager/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ S-tab = "jump_backward"
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
# 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"]

Expand All @@ -63,7 +64,6 @@ z = ":write-quit"
x = ":buffer-close"
X = ":buffer-close-others"
"." = "file_picker_in_current_buffer_directory"
c = 'toggle_comments'

[keys.normal.space.l]
c = [":write!", ":run-shell-command zellij run --floating -- just check"]
Expand Down Expand Up @@ -96,8 +96,9 @@ j = { j = ["collapse_selection", "normal_mode"] }
"C-c" = ["collapse_selection", "keep_primary_selection"]

[keys.select.space]
z = ":quit"
z = ":write-quit"
x = ":buffer-close"
X = ":buffer-close-others"
"." = "file_picker_in_current_buffer_directory"
"c" = 'toggle_comments'
"c" = "toggle_comments"
"A-c" = "toggle_block_comments"

0 comments on commit 2da427b

Please sign in to comment.