1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-01-09 15:24:20 +01:00

Make vim like copy/selection for tmux system depended

This commit is contained in:
2020-02-26 09:58:44 +01:00
parent 866962aaf3
commit 56186769ae
3 changed files with 12 additions and 10 deletions

View File

@@ -83,9 +83,12 @@ for pkg in remote_pdb pdbpp; do
done
# 7. copy configuration for bash, git, tmux
sudo cp .bash_prompt ~/
sudo cp .tmux.conf ~/
sudo cp .gitconfig ~/
cp .bash_prompt ~/
cp .tmux.conf ~/
# v and y like vi in copy-mode
echo "bind -t vi-copy 'v' begin-selection" >> ~/.tmux.conf
echo "bind -t vi-copy 'y' copy-selection" >> ~/.tmux.conf
cp .gitconfig ~/
echo '. ~/.bash_prompt' >> ~/.bashrc
# 8. get my vim config