From 31e8c4eae354ac12274393f41dc3508c1ae71a68 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 17 Mar 2019 19:45:07 +0100 Subject: [PATCH] move tmux to new (temporary) todolist and system-top panel --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ##