From c014c6053458386bbf0eb855b1df3e5d637407b3 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 26 Aug 2023 20:43:35 -0700 Subject: [PATCH] Tmux and bash alias updates --- user.bash_aliases | 4 ++++ user.tmux.conf | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/user.bash_aliases b/user.bash_aliases index 6a3d918..28c939e 100644 --- a/user.bash_aliases +++ b/user.bash_aliases @@ -50,3 +50,7 @@ function hgrep () { function pgrep () { ps aux | grep $1 } + +function start_tmux () { + tmux new -A -s Tenor +} diff --git a/user.tmux.conf b/user.tmux.conf index d722c6c..bfaa028 100644 --- a/user.tmux.conf +++ b/user.tmux.conf @@ -50,8 +50,10 @@ bind k select-pane -U bind l select-pane -R - # Clipboard integration - # ctrl+c to send to clipboard + bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." + + # # Clipboard integration + # # ctrl+c to send to clipboard # # Selection with mouse should copy to clipboard right away, in addition to the default action. # unbind -n -T copy-mode-vi MouseDragEnd1Pane