Skip to content

Instantly share code, notes, and snippets.

View martin2844's full-sized avatar
☺️
Always Happy

Martin Chammah martin2844

☺️
Always Happy
View GitHub Profile
@martin2844
martin2844 / .tmux.conf
Created June 15, 2025 21:01
tmux dotfile
set -g mouse on
# Set vi-style key bindings
setw -g mode-keys vi
# Easily switch panes
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R