Compare commits
3 Commits
future
...
1e09b2a15f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e09b2a15f | |||
| a180f60a98 | |||
| fdcf4c701c |
@@ -3,5 +3,8 @@
|
|||||||
- apt:
|
- apt:
|
||||||
- tmux
|
- tmux
|
||||||
- xsel
|
- xsel
|
||||||
|
- brew:
|
||||||
|
- tmux
|
||||||
|
- reattach-to-user-namespace
|
||||||
- symlink:
|
- symlink:
|
||||||
- {src: tmux.conf, dst: ~/.tmux.conf}
|
- {src: tmux.conf, dst: ~/.tmux.conf}
|
||||||
|
|||||||
21
layouts/session-work
Normal file
21
layouts/session-work
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
rename-session work
|
||||||
|
rename-window home
|
||||||
|
|
||||||
|
new-window -c ~/Projects/ComputeAorta/ComputeAorta
|
||||||
|
rename-window ComputeAorta
|
||||||
|
split-window -v -p 34 -c ~/Projects/ComputeAorta/ComputeAorta
|
||||||
|
|
||||||
|
new-window -c ~/Projects/ComputeAorta/LLVM
|
||||||
|
rename-window LLVM
|
||||||
|
split-window -v -p 34 -c ~/Projects/ComputeAorta/LLVM
|
||||||
|
|
||||||
|
new-window -c ~/Projects/ComputeAorta/alternate/ComputeAorta
|
||||||
|
rename-window ComputeAorta
|
||||||
|
split-window -v -p 34 -c ~/Projects/ComputeAorta/alternate/ComputeAorta
|
||||||
|
|
||||||
|
new-window -c ~/Projects/ComputeAorta/Jenkins
|
||||||
|
rename-window Jenkins
|
||||||
|
split-window -v -p 34 -c ~/Projects/ComputeAorta/Jenkins
|
||||||
|
move-window -s work:Jenkins -t 9
|
||||||
|
|
||||||
|
# vim: filetype=conf
|
||||||
@@ -71,7 +71,8 @@ bind-key C-u copy-mode -u
|
|||||||
# Begin selection in copy mode with v not Space
|
# Begin selection in copy mode with v not Space
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
# Yank to the system clipboard in copy mode
|
# Yank to the system clipboard in copy mode
|
||||||
if -b '[ "`uname`" = "Linux" ]' \
|
if -b '[ "`uname`" = "Darwin" ]' \
|
||||||
|
"bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'reattach-to-user-namespace pbcopy'" \
|
||||||
"bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xsel -i -p && xsel -o -p | xsel -i -b'"
|
"bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xsel -i -p && xsel -o -p | xsel -i -b'"
|
||||||
|
|
||||||
# Left status style
|
# Left status style
|
||||||
|
|||||||
Reference in New Issue
Block a user