Skip to content

Instantly share code, notes, and snippets.

@cadeke
cadeke / tmux.conf
Last active December 20, 2025 21:13
# Set prefix to Ctrl+Space
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
# Enable mouse support
set -g mouse on
# Start windows and panes at 1, not 0
set -g base-index 1
" Yank to system clipboard
set clipboard=unnamedplus
" Remap exit to jj
inoremap jj <Esc>
" Remap redo to U
nnoremap U <C-r>
" Remap exit to jj