configs
This commit is contained in:
@ -9,6 +9,10 @@ set -g mouse off
|
||||
set -g prefix `
|
||||
bind-key ` send-prefix
|
||||
|
||||
# Hide pane with Prefix-h
|
||||
bind-key h break-pane -d -n _hidden_pane
|
||||
bind-key H join-pane -s $.1
|
||||
|
||||
# Tick -> Ctrl-A, sets prefix to Ctrl-A
|
||||
bind-key C-a set-option -g prefix C-a
|
||||
|
||||
@ -27,8 +31,10 @@ set-option -g base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
|
||||
# enable OSC 52 clipboard
|
||||
set -s set-clipboard external
|
||||
set-option -ag terminal-overrides ",xterm-256color:Ms=\\E]52;c;%p2%s\\7"
|
||||
set -as terminal-overrides ',tmux*:Ms=\\E]52;%p1%s;%p2%s\\007'
|
||||
set -as terminal-overrides ',screen*:Ms=\\E]52;%p1%s;%p2%s\\007'
|
||||
set -s set-clipboard on
|
||||
set -g @thumbs-osc52 '1'
|
||||
|
||||
# tmux-256color instead of screen-256color enables italics
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
@ -3,7 +3,7 @@ name: dev
|
||||
|
||||
windows:
|
||||
- gmscore:
|
||||
layout: main-vertical
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- hgd gmscore
|
||||
@ -12,7 +12,7 @@ windows:
|
||||
- hgd gmscore
|
||||
|
||||
- experimental:
|
||||
layout: main-vertical
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- hgd experimental
|
||||
@ -26,7 +26,7 @@ windows:
|
||||
- cd ~/zettelkasten
|
||||
- vim ~/zettelkasten/Todo.md
|
||||
- dotfiles:
|
||||
layout: main-vertical
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- cd ~/dotfiles
|
||||
|
Reference in New Issue
Block a user