Add work nvim language pack, switch tmux prefix to Ctrl-Space

Work language support (C#, TS, JS, CSS, HTML, Prettier) is now gated
behind a stow-loaded work-languages.lua module so it only activates
when the work package is stowed. Tmux prefix changed from Ctrl-b to
Ctrl-Space to match the neovim Space-leader feel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 09:52:33 -04:00
parent 5c334a8b74
commit 6a58f82501
3 changed files with 45 additions and 27 deletions

View File

@@ -1,5 +1,10 @@
# tmux.conf — vim-style keybindings
# Prefix
set -g prefix C-Space
unbind C-b
bind C-Space send-prefix
# Splits
unbind '"'
unbind %