Merge branch 'master' of https://git.heshapps.com/asolkar/snips
This commit is contained in:
commit
48cce9e0c4
@ -50,3 +50,7 @@ function hgrep () {
|
||||
function pgrep () {
|
||||
ps aux | grep $1
|
||||
}
|
||||
|
||||
function start_tmux () {
|
||||
tmux new -A -s Tenor
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user