mirror of
https://github.com/gyoder/dots.git
synced 2026-07-17 18:19:58 +00:00
jj and tmux: changes
This commit is contained in:
parent
970a2ff635
commit
5c2726af17
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = "Grace Yoder"
|
||||
email = "grace_yoder@outlook.com"
|
||||
email = "gyoder@allegion.com"
|
||||
|
||||
[signing]
|
||||
sign-all = true
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
# TMUX_COLORTAG_ROUNDED_POWERLINE=yes
|
||||
set-environment -g PATH "/Users/gyoder/.local/nvim-macos-arm64/bin:/opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin:/Users/gyoder/.local/xonsh-env/xbin:/Users/gyoder/.local/xonsh-env/xbin:/opt/homebrew/opt/icu4c@76/sbin:/opt/homebrew/opt/icu4c@76/bin:/opt/homebrew/opt/llvm/bin:/Users/gyoder/.dotnet/tools:/Users/gyoder/.local/bin:/Users/gyoder/Library/Python/3.9/bin:/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators:/opt/homebrew/bin/iodine:/opt/homebrew/bin:/opt/homebrew/opt/zig@0.14/bin:/Users/gyoder/.platformio/penv/bin/:/Users/gyoder/.cargo/bin:/Users/gyoder/.local/xonsh-env/xbin:/Users/gyoder/go/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/local/sbin:/bin:/sbin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/binutils/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/pkg/env/global/bin:/usr/local/share/dotnet:~/.dotnet/tools:/opt/homebrew/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Ghostty.app/Contents/MacOS:/Users/gyoder/.lmstudio/bin:$PATH"
|
||||
set-environment -g TMUX_POWERLINE_THEME bubble
|
||||
# Options
|
||||
set -g mouse on
|
||||
|
|
@ -10,6 +11,9 @@ set -ga terminal-overrides ",xterm-ghostty:Tc"
|
|||
set-window-option -g mode-keys vi
|
||||
set -g status-position top
|
||||
set-option -g set-clipboard on
|
||||
set-option -g get-clipboard request
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#{session_name}"
|
||||
set -g @yank_action "copy-pipe"
|
||||
set -g @yank_clipboard 'osc52'
|
||||
set -g base-index 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue