Tmux and bash alias updates

This commit is contained in:
Mahesh Asolkar 2023-08-26 20:43:35 -07:00
parent 09856a3d9f
commit c014c60534
2 changed files with 8 additions and 2 deletions

View File

@ -50,3 +50,7 @@ function hgrep () {
function pgrep () {
ps aux | grep $1
}
function start_tmux () {
tmux new -A -s Tenor
}

View File

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