chore: update linux mapping 06e73ddc
Steve Simkins · 2026-06-15 17:50 2 file(s) · +4 −2
tmux/.tmux.conf +3 −1
1 1
set -g default-terminal "xterm-256color"
2 2
set-option -ga terminal-overrides ",xterm-256color:Tc"
3 3
set -ga terminal-overrides ",xterm-256color:Tc"
4 -
set-option -g default-shell /opt/homebrew/bin/nu
4 +
set-option -g default-shell /usr/bin/nu
5 +
set -g extended-keys on
6 +
set -g extended-keys-format csi-u
5 7
6 8
# action key
7 9
unbind C-b
wezterm/.wezterm.lua +1 −1
72 72
config.keys = {
73 73
  {
74 74
    key = 'k',
75 -
    mods = 'CMD',
75 +
    mods = 'SUPER',
76 76
    action = wezterm.action.Multiple {
77 77
      wezterm.action.SendKey { key = 'q', mods = 'CTRL' },  -- send prefix (C-q)
78 78
      wezterm.action.SendKey { key = 'T' },                  -- send T