Skip to content

Commit

Permalink
add git tmux_set
Browse files Browse the repository at this point in the history
  • Loading branch information
Interactics committed Oct 19, 2020
1 parent 0422690 commit e250b19
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tmux_set.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# 1 Tmux Setiing Change

cd ~/
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .


vim .tmux/.tmux.conf.local

# 2 Delete behind comments

# force Vi mode
# really you should export VISUAL or EDITOR environment variable, see manual
set -g status-keys vi
set -g mode-keys vi

0 comments on commit e250b19

Please sign in to comment.