We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9312a85 commit fca30dfCopy full SHA for fca30df
.tmux.conf
@@ -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