Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gagbo
dotfiles
Commits
7e69eec2
Verified
Commit
7e69eec2
authored
Aug 03, 2020
by
gagbo
Browse files
Try better tmux settings
parent
33c026d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmux/.tmux.conf
View file @
7e69eec2
...
...
@@ -20,9 +20,12 @@ set-window-option -g xterm-keys on
bind
Escape
copy
-
mode
# bind -T vi-copy v begin-selection
# bind -T vi-copy y copy-selection
bind
-
key
-
T
copy
-
mode
-
vi
v
send
-
keys
-
X
begin
-
selection
bind
-
key
-
T
copy
-
mode
-
vi
r
send
-
keys
-
X
rectangle
-
toggle
bind
-
key
-
T
copy
-
mode
-
vi
y
send
-
keys
-
X
copy
-
selection
bind
-
T
vi
-
copy
y
copy
-
pipe
"xclip -sel clip -i"
unbind
C
-
y
bind
C
-
y
paste
-
buffer
bind
C
-
c
run
"tmux save-buffer - | xclip -i -sel clipboard"
bind
C
-
v
run
"tmux set-buffer \"
$(
xclip
-
o
-
sel
clipboard
)\
"; tmux paste-buffer"
# Setting delay between prefix and command
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment