helix: F9 saves all and runs script in floating zellij pane
This commit is contained in:
parent
69f87fdc8e
commit
f3442c8d00
@ -9,7 +9,7 @@ true-color = true
|
||||
"T" = "page_down" # shift+move_visual_line_down is page down
|
||||
|
||||
"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
|
||||
|
||||
@ -372,6 +372,9 @@ true-color = true
|
||||
#"C-i" = "normal_mode" # this doesn't work???
|
||||
"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
|
||||
|
||||
# hjkl > jkl;
|
||||
@ -782,6 +785,10 @@ true-color = true
|
||||
# my additions
|
||||
"C-i" = "normal_mode" # this doesn't work???
|
||||
"A-i" = "normal_mode"
|
||||
|
||||
"F8" = ":open ~/.config/bin/run-from-helix"
|
||||
"F9" = [":wa", ":sh zellij r -f -- ~/.config/bin/run-from-helix"]
|
||||
|
||||
# normal dvorak
|
||||
"esc" = "normal_mode" # "esc"
|
||||
"C-s" = "commit_undo_checkpoint" # "C-s"
|
||||
|
Loading…
Reference in New Issue
Block a user