move tmux to new (temporary) todolist and system-top panel
This commit is contained in:
parent
28d6e40a37
commit
31e8c4eae3
1 changed files with 2 additions and 2 deletions
|
@ -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 ##
|
||||
|
|
Loading…
Reference in a new issue