aboutsummaryrefslogtreecommitdiff
path: root/tmux/.config
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux_start.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux_start.conf b/tmux/.config/tmux/tmux_start.conf
index d42af0e..992ad93 100644
--- a/tmux/.config/tmux/tmux_start.conf
+++ b/tmux/.config/tmux/tmux_start.conf
@@ -13,7 +13,7 @@ source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
# setup tmux_start session
#new-session -s dropdownSession -n walls
new-session -n scratch -c $HOME -s "scratchpad"
-send-keys 'ranger' Enter
+send-keys 'nnn' Enter
new-window -n bash -c ~
send-keys 'neofetch' Enter
select-window -t scratch