diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 81c450b..a940deb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -110,8 +110,8 @@ bind-key - split-window -v -c '#{pane_current_path}' bind C-j split-window -v "tmux list-sessions | sed -E 's/:.*$//' | grep -v \"^$(tmux display-message -p '#S')\$\" | fzf --reverse | xargs tmux switch-client -t" # Quick-View Panes -bind-key h split-window -h 'top' -bind-key t split-window -h 'vim ~/Documents/ROADMAP.md' +bind-key h split-window -h 'glances' +bind-key t split-window -h 'vim ~/todo.md' ##################### ## 4. THEME ##