Divers tmux/mpc

This commit is contained in:
2019-01-25 19:55:10 +01:00
parent 5ff4c5da67
commit 10fe3488c4
4 changed files with 8 additions and 2 deletions

View File

@@ -70,6 +70,9 @@ fi
##### MISC #####
# edit file in tmux pane
peek() { tmux split-window -p 33 "$EDITOR" "$@" || exit; }
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize