mirror of
https://github.com/jwetzell/dotfiles.git
synced 2026-09-03 13:29:04 +00:00
add tmux.conf
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
set -g mouse on
|
||||||
|
|
||||||
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
|
bind -n M-Left select-pane -L
|
||||||
|
bind -n M-Right select-pane -R
|
||||||
|
bind -n M-Up select-pane -U
|
||||||
|
bind -n M-Down select-pane -D
|
||||||
@@ -20,3 +20,10 @@ if [ -f ~/.vimrc ]; then
|
|||||||
rm ~/.vimrc
|
rm ~/.vimrc
|
||||||
fi
|
fi
|
||||||
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
||||||
|
|
||||||
|
echo "linking .tmux.conf"
|
||||||
|
if [ -f ~/.tmux.conf ]; then
|
||||||
|
echo ".tmux.conf exists removing"
|
||||||
|
rm ~/.tmux.conf
|
||||||
|
fi
|
||||||
|
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
|
||||||
Reference in New Issue
Block a user