more tweaks
This commit is contained in:
parent
57b2677625
commit
13b68c9e00
@ -1,4 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec cargo test
|
cargo check
|
||||||
|
# cargo test
|
||||||
|
|
||||||
|
echo "exited with $?"
|
||||||
|
|
||||||
|
echo "press any key to exit"
|
||||||
|
read -n1 bla
|
||||||
|
@ -11,7 +11,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" = [":wa", ":sh zellij r -f -- ~/.config/bin/run-from-helix"]
|
"F9" = [":wa", ":sh zellij r --name run --close-on-exit --direction down -- ~/.config/bin/run-from-helix; zellij action resize decrease; zellij action resize decrease; zellij action resize decrease"]
|
||||||
|
|
||||||
# these are non-standard changes, original dvorak commented with #x
|
# these are non-standard changes, original dvorak commented with #x
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ plugins {
|
|||||||
// - true
|
// - true
|
||||||
// - false (Default)
|
// - false (Default)
|
||||||
//
|
//
|
||||||
// simplified_ui true
|
simplified_ui true
|
||||||
|
|
||||||
// Choose the path to the default shell that zellij will use for opening new panes
|
// Choose the path to the default shell that zellij will use for opening new panes
|
||||||
// Default: $SHELL
|
// Default: $SHELL
|
||||||
@ -222,7 +222,7 @@ plugins {
|
|||||||
// - true (default)
|
// - true (default)
|
||||||
// - false
|
// - false
|
||||||
//
|
//
|
||||||
// pane_frames true
|
pane_frames false
|
||||||
|
|
||||||
// Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible
|
// Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible
|
||||||
// Options:
|
// Options:
|
||||||
@ -259,7 +259,7 @@ plugins {
|
|||||||
// The name of the default layout to load on startup
|
// The name of the default layout to load on startup
|
||||||
// Default: "default"
|
// Default: "default"
|
||||||
//
|
//
|
||||||
// default_layout "compact"
|
default_layout "compact"
|
||||||
|
|
||||||
// Choose the mode that zellij uses when starting up.
|
// Choose the mode that zellij uses when starting up.
|
||||||
// Default: normal
|
// Default: normal
|
||||||
|
Loading…
Reference in New Issue
Block a user