diff --git a/default/bash/fns/tmux b/default/bash/fns/tmux index 0adf1cb9..09fdb103 100644 --- a/default/bash/fns/tmux +++ b/default/bash/fns/tmux @@ -1,4 +1,4 @@ -# Create a tmux layout for dev with editor, ai, and terminal +# Create a tmux dev layout for dev with editor, ai, and terminal tml() { [[ -z $TMUX ]] && { echo "You must start tmux to use tml."; return 1; } @@ -54,26 +54,6 @@ tmlm() { done } -# Create a dev layout using tmux with editor, opencode, and terminal -nic() { - tml c -} - -# Create a dev layout using tmux with editor, claude, and terminal -nicx() { - tml cx -} - -# Create tml windows for each subdirectory using opencode -nicm() { - tmlm c -} - -# Create tml windows for each subdirectory using claude -nicxm() { - tmlm cx -} - # Create a multi-pane layout with the same command started in each pane # Usage: tpl tpl() {