move tmux to new (temporary) todolist and system-top panel

This commit is contained in:
Marty Oehme 2019-03-17 19:45:07 +01:00
parent 28d6e40a37
commit 31e8c4eae3

View file

@ -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 ##