diff --git a/tmux/.config/tmux/sessions/todo.session b/tmux/.config/tmux/sessions/todo.session index 1119aa9..f47eaef 100644 --- a/tmux/.config/tmux/sessions/todo.session +++ b/tmux/.config/tmux/sessions/todo.session @@ -12,4 +12,6 @@ new-window -n history send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.monthly" C-m split-window -v -l 80% "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.weekly" split-window -v -l 60% "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.daily" +split-window -v -l 10% +send-keys "nvim ${XDG_CONFIG_HOME:-~/.config}/task/taskrc" C-m select-window -t 2 diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 0522543..fcd03d7 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -133,7 +133,6 @@ set -g status "on" set -g status-style "none" set -g status-style "none" set -g status-left-length "100" -set -g status-bg "#2e2e2e" set -g status-right-length "100" setw -g window-status-style fg="#c8c8c8",bg="#2e2e2e","none" setw -g window-status-activity-style bg="#2e2e2e",fg="#c8c8c8","underscore"