1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Use hx instead of nvim

This commit is contained in:
Mo 2022-11-10 13:35:27 +01:00
parent 960dc447fa
commit 885484cba5
3 changed files with 7 additions and 13 deletions

View file

@ -14,10 +14,10 @@ layout {
args "-e" "lazygit" args "-e" "lazygit"
} }
} }
tab name="nvim" focus=true { tab name="hx" focus=true {
pane { pane {
command "nu" command "nu"
args "-e" "nvim" args "-e" "hx"
} }
} }
tab name="run" { tab name="run" {
@ -29,7 +29,7 @@ layout {
tab name="tasks" { tab name="tasks" {
pane { pane {
command "nu" command "nu"
args "-e" "nohup xdg-open http://localhost:5000 &> /dev/null; vp advlabdb" args "-e" "vp advlabdb"
} }
} }
} }

View file

@ -14,11 +14,11 @@ layout {
args "-e" "lazygit" args "-e" "lazygit"
} }
} }
tab name="nvim" focus=true { tab name="hx" focus=true {
pane { pane {
cwd "src" cwd "src"
command "nu" command "nu"
args "-e" "nvim" args "-e" "hx"
} }
} }
tab name="mdbook" { tab name="mdbook" {
@ -27,10 +27,4 @@ layout {
args "-e" "mdbook serve" args "-e" "mdbook serve"
} }
} }
tab name="test" {
pane {
command "nu"
args "-e" "sleep 1 && nohup xdg-open http://localhost:3000 &> /dev/null"
}
}
} }

View file

@ -14,10 +14,10 @@ layout {
args "-e" "lazygit" args "-e" "lazygit"
} }
} }
tab name="nvim" focus=true { tab name="hx" focus=true {
pane { pane {
command "nu" command "nu"
args "-e" "nvim" args "-e" "hx"
} }
} }
tab name="run" { tab name="run" {