mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Add alias for tmux copy
This commit is contained in:
@@ -38,6 +38,9 @@ alias gpom="git pull origin master"
|
||||
alias gbd="git branch -D"
|
||||
alias gm="git mergetool"
|
||||
|
||||
# Because for unknown reasons this breaks tmux :@
|
||||
alias copy="tmux save-buffer - | xclip -i -sel clipboard"
|
||||
|
||||
# Editing files
|
||||
alias aliases="vim ~/.bash_aliases"
|
||||
alias vimrc="vim ~/.vimrc"
|
||||
|
||||
Reference in New Issue
Block a user