Skip to content

Commit fca30df

Browse files
author
ncoop57
committed
Add .tmux.conf with custom tmux configuration
1 parent 9312a85 commit fca30df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.tmux.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
set -g mouse on
2+
set -g status-right '#{pane_id} | %H:%M '
3+
set-option -g alternate-screen off
4+
5+
set-window-option -g mode-keys vi
6+
bind-key / copy-mode\; send-key ?
7+
bind-key -T copy-mode-vi y \
8+
send-key -X start-of-line\; \
9+
send-key -X begin-selection\; \
10+
send-key -X end-of-line\; \
11+
send-key -X cursor-left\; \
12+
send-key -X copy-selection-and-cancel\; \
13+
paste-buffer

0 commit comments

Comments
 (0)