Skip to content

Instantly share code, notes, and snippets.

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

Andrew Erlikh aceberg

🏠
Working from home
  • 19:39 (UTC +07:00)
View GitHub Profile
@aceberg
aceberg / tmux-default-bind-key.tmux
Created February 19, 2019 09:58 — forked from zchee/tmux-default-bind-key.tmux
Tmux default bind-key
bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-q confirm-before kill-server
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
bind-key # list-buffers
bind-key $ command-prompt -I #S "rename-session '%%'"
bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window
# Commennt out caused by Gist syntax error