mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Use hx instead of nvim
This commit is contained in:
parent
960dc447fa
commit
885484cba5
3 changed files with 7 additions and 13 deletions
|
@ -14,10 +14,10 @@ layout {
|
|||
args "-e" "lazygit"
|
||||
}
|
||||
}
|
||||
tab name="nvim" focus=true {
|
||||
tab name="hx" focus=true {
|
||||
pane {
|
||||
command "nu"
|
||||
args "-e" "nvim"
|
||||
args "-e" "hx"
|
||||
}
|
||||
}
|
||||
tab name="run" {
|
||||
|
@ -29,7 +29,7 @@ layout {
|
|||
tab name="tasks" {
|
||||
pane {
|
||||
command "nu"
|
||||
args "-e" "nohup xdg-open http://localhost:5000 &> /dev/null; vp advlabdb"
|
||||
args "-e" "vp advlabdb"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,11 +14,11 @@ layout {
|
|||
args "-e" "lazygit"
|
||||
}
|
||||
}
|
||||
tab name="nvim" focus=true {
|
||||
tab name="hx" focus=true {
|
||||
pane {
|
||||
cwd "src"
|
||||
command "nu"
|
||||
args "-e" "nvim"
|
||||
args "-e" "hx"
|
||||
}
|
||||
}
|
||||
tab name="mdbook" {
|
||||
|
@ -27,10 +27,4 @@ layout {
|
|||
args "-e" "mdbook serve"
|
||||
}
|
||||
}
|
||||
tab name="test" {
|
||||
pane {
|
||||
command "nu"
|
||||
args "-e" "sleep 1 && nohup xdg-open http://localhost:3000 &> /dev/null"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,10 +14,10 @@ layout {
|
|||
args "-e" "lazygit"
|
||||
}
|
||||
}
|
||||
tab name="nvim" focus=true {
|
||||
tab name="hx" focus=true {
|
||||
pane {
|
||||
command "nu"
|
||||
args "-e" "nvim"
|
||||
args "-e" "hx"
|
||||
}
|
||||
}
|
||||
tab name="run" {
|
||||
|
|
Loading…
Reference in a new issue