Skip to content

Instantly share code, notes, and snippets.

View psyhtest's full-sized avatar

Anton Lokhmotov psyhtest

View GitHub Profile
@psyhtest
psyhtest / gist:44bfe16e55003dcc4e080b0dfa6b4840
Last active February 14, 2022 12:24
~/.tmux.conf with prefix remapping, big history and plugins
# Remap prefix to Ctrl+s.
set -g prefix C-s
unbind C-b
bind C-s send-prefix
# Increase history limit.
set-option -g history-limit 100000
# List of plugins.
set -g @plugin 'tmux-plugins/tpm'