This commit is contained in:
Christian Nieves
2023-04-20 23:31:53 -05:00
parent 0a21fea0e1
commit 096d5435c8
12 changed files with 106 additions and 9 deletions

View File

@ -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"

View File

@ -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