mirror of
https://github.com/jimeh/tmux-themepack-previews.git
synced 2026-02-19 05:36:39 +00:00
18 lines
525 B
Bash
Executable File
18 lines
525 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
name=tmuxthemepack-previews
|
|
|
|
tmux -L "$name" kill-server
|
|
tmux -L "$name" new-session -d -s other
|
|
tmux -L "$name" new-session -d -s test
|
|
tmux -L "$name" new-session -d -s themes -n main
|
|
tmux -L "$name" new-window
|
|
tmux -L "$name" new-window
|
|
tmux -L "$name" select-window -t themes:0
|
|
tmux -L "$name" split-window -t themes -h
|
|
tmux -L "$name" split-window -t themes -v
|
|
tmux -L "$name" clock -t themes
|
|
tmux -L "$name" select-pane -t themes:0.1
|
|
tmux -L "$name" choose-tree -s
|
|
tmux -L "$name" attach -t themes
|