Update .XCompose
Update .gitconfig Update .tmux.conf Update .config/DankMaterialShell/firefox.css Update .config/DankMaterialShell/plugin_settings.json Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/DankActionsSettings.qml Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/DankActionsWidget.qml Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/plugin.json Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/index Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/heads/master Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/remotes/origin/master Update .config/DankMaterialShell/plugins/emojiLauncher/.git/refs/remotes/origin/main Update .config/DankMaterialShell/settings.json Update .config/alacritty/dank-theme.toml Update .config/ghostty/config Update .config/ghostty/themes/dankcolors Update .config/niri/dms/colors.kdl Update .config/nvim/lua/plugins/dankcolors.lua Update .config/pda/config.toml Update .local/bin/tmux-sessionizer
This commit is contained in:
parent
b18328bbad
commit
deee85b676
20 changed files with 609 additions and 305 deletions
|
|
@ -49,13 +49,9 @@ fi
|
|||
if ! tmux has-session -t="$selected_name" 2>/dev/null; then
|
||||
tmux new-session -ds "$selected_name" -c "$selected"
|
||||
tmux rename-window -t "$selected_name:" "shell"
|
||||
tmux new-window -t "$selected_name:" -c "$selected" -n "neovim"
|
||||
tmux send-keys -t "$selected_name:neovim" "nvim" Enter
|
||||
if [[ -d "$selected/.git" ]]; then
|
||||
tmux new-window -t "$selected_name:" -c "$selected" -n "git"
|
||||
tmux send-keys -t "$selected_name:git" "lazygit" Enter
|
||||
fi
|
||||
tmux select-window -t "$selected_name:neovim"
|
||||
# tmux new-window -t "$selected_name:" -c "$selected" -n "neovim"
|
||||
# tmux send-keys -t "$selected_name:neovim" "nvim" Enter
|
||||
tmux select-window -t "$selected_name:shell"
|
||||
fi
|
||||
|
||||
if [[ -z ${TMUX:-} ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue