Skip to content

Instantly share code, notes, and snippets.

View vimiomori's full-sized avatar
🏠
Working from home

Vi Mio vimiomori

🏠
Working from home
  • 01:31 (UTC -12:00)
View GitHub Profile
@tsl0922
tsl0922 / .tmux.conf
Last active July 1, 2024 17:16
vim style tmux config
# vim style tmux config
# use C-a, since it's on the home row and easier to hit than C-b
set-option -g prefix C-a
unbind-key C-a
bind-key C-a send-prefix
set -g base-index 1
# Easy config reload
bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 16, 2024 16:59
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname