Compare commits

3 Commits

Author SHA1 Message Date
Jason Swank
5274516f16 tmux- update comment 2026-06-30 08:27:07 -04:00
Jason Swank
3e76fa9129 update tmux 2026-06-30 08:20:04 -04:00
Jason Swank
bb66170c74 update .zshrc 2026-06-24 13:49:53 -04:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# CTRL-A -> TMUX KEY
# ` -> TMUX KEY
set-option -g prefix `
unbind-key C-b
bind-key ` send-prefix
@@ -9,8 +9,9 @@ setw -g mode-keys vi
# VI-style copy & paste
unbind [
bind Escape copy-mode
#bind-key -t vi-copy 'v' begin-selection
#bind-key -t vi-copy 'y' copy-selection
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-selection-and-cancel
bind -T copy-mode-vi C-v send-keys -X rectangle-toggle
# remove SSH_AUTH_SOCK from update-environment, otherwise setting it specifically doesn't work
set-option -g update-environment "PATH DISPLAY LANG LC_ALL SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
@@ -19,5 +20,10 @@ set-environment -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
set -g escape-time 10
# maybe?
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
set-option -g set-clipboard external
# Status bar styling (dark gray background, white text)
# set -g status-style bg=colour236,fg=white

View File

@@ -1,3 +1,4 @@
alias ls='ls --color=auto'
alias grep='grep --color'
alias pichat='pi --provider google --model gemini-3.1-flash-lite-preview --prompt-template ~/.pi/agent/prompts/cloudops.md'
alias pichat='pi --provider google --model gemini-3.5-flash --prompt-template ~/.pi/agent/prompts/cloudops.md'
alias md-pretty='prettier --prose-wrap never --write'

View File

@@ -0,0 +1,3 @@
bw-ghes-login() {
gh auth login --hostname git.aws.bluewater.mil --git-protocol https --web --help
}

View File

@@ -30,3 +30,4 @@ export BROWSER=open_browser.sh
# With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect
# unset COLORTERM
export TERM=xterm-256color