Skip to content

Commit

Permalink
tmux.conf.simple: simple defaults for tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Sep 23, 2018
1 parent 3215fc6 commit 994e35d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tmux.conf.simple
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set -g set-remain-on-exit on

set -g mode-keys vi
set -g status-keys vi

set -g clock-mode-style 24

bind-key "i" copy-mode
bind-key "I" paste-buffer

0 comments on commit 994e35d

Please sign in to comment.