Skip to content

Commit 43a8db5

Browse files
committed
fix: remove flatpak from binding
1 parent 442f5f9 commit 43a8db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/editors/helix.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
# [..] [NJ] [EK] [IL]
123123
# [KN] [..] [..] [..]
124124
# -------------------------
125-
"," = { s = ":sh /Users/matt/Library/Application\\ Support/Blender/3.5/scripts/send.py", d = ['select_mode', 'move_prev_word_start', 'move_next_word_end', 'search_selection', 'extend_search_next', 'exit_select_mode'], D = ['select_mode', 'move_prev_word_start', 'move_next_word_end', 'search_selection', 'extend_search_prev', 'exit_select_mode'], Q = "wclose", q = ":buffer-close", w = ":w", W = ":write-quit", F = ":run-shell-command flatpak run org.wezfurlong.wezterm cli split-pane -- serpl",f = ":run-shell-command flatpak run org.wezfurlong.wezterm cli split-pane -- serpl -p %{buffer_name}", g = ":run-shell-command flatpak run org.wezfurlong.wezterm cli split-pane -- lazygit", r = ":theme catppuccin_frappe", R = ":theme nord", m = ":lsp-workspace-command", p = "file_picker_in_current_directory", c = ":set gutters.line-numbers.min-width 30", C = ":set gutters.line-numbers.min-width 0", "," = ["collapse_selection", "keep_primary_selection"] }
125+
"," = { s = ":sh /Users/matt/Library/Application\\ Support/Blender/3.5/scripts/send.py", d = ['select_mode', 'move_prev_word_start', 'move_next_word_end', 'search_selection', 'extend_search_next', 'exit_select_mode'], D = ['select_mode', 'move_prev_word_start', 'move_next_word_end', 'search_selection', 'extend_search_prev', 'exit_select_mode'], Q = "wclose", q = ":buffer-close", w = ":w", W = ":write-quit", F = ":run-shell-command wezterm cli split-pane -- serpl",f = ":run-shell-command wezterm cli split-pane -- serpl -p %{buffer_name}", g = ":run-shell-command wezterm cli split-pane -- lazygit", r = ":theme catppuccin_frappe", R = ":theme nord", m = ":lsp-workspace-command", p = "file_picker_in_current_directory", c = ":set gutters.line-numbers.min-width 30", C = ":set gutters.line-numbers.min-width 0", "," = ["collapse_selection", "keep_primary_selection"] }
126126
127127
"C-p" = "file_picker_in_current_directory"
128128
"C-r" = "file_picker_in_current_directory"

0 commit comments

Comments
 (0)