helix: F9 saves all and runs script in floating zellij pane

This commit is contained in:
Travis Burtrum 2023-10-04 01:07:22 -04:00
parent 69f87fdc8e
commit f3442c8d00

View File

@ -9,7 +9,7 @@ true-color = true
"T" = "page_down" # shift+move_visual_line_down is page down "T" = "page_down" # shift+move_visual_line_down is page down
"F8" = ":open ~/.config/bin/run-from-helix" "F8" = ":open ~/.config/bin/run-from-helix"
"F9" = ":sh zellij r -f -- ~/.config/bin/run-from-helix" "F9" = [":wa", ":sh zellij r -f -- ~/.config/bin/run-from-helix"]
# these are non-standard changes, original dvorak commented with #x # these are non-standard changes, original dvorak commented with #x
@ -372,6 +372,9 @@ true-color = true
#"C-i" = "normal_mode" # this doesn't work??? #"C-i" = "normal_mode" # this doesn't work???
"A-i" = "normal_mode" "A-i" = "normal_mode"
"F8" = ":open ~/.config/bin/run-from-helix"
"F9" = [":wa", ":sh zellij r -f -- ~/.config/bin/run-from-helix"]
# these are non-standard changes, original dvorak commented with #x # these are non-standard changes, original dvorak commented with #x
# hjkl > jkl; # hjkl > jkl;
@ -782,6 +785,10 @@ true-color = true
# my additions # my additions
"C-i" = "normal_mode" # this doesn't work??? "C-i" = "normal_mode" # this doesn't work???
"A-i" = "normal_mode" "A-i" = "normal_mode"
"F8" = ":open ~/.config/bin/run-from-helix"
"F9" = [":wa", ":sh zellij r -f -- ~/.config/bin/run-from-helix"]
# normal dvorak # normal dvorak
"esc" = "normal_mode" # "esc" "esc" = "normal_mode" # "esc"
"C-s" = "commit_undo_checkpoint" # "C-s" "C-s" = "commit_undo_checkpoint" # "C-s"