Merge branch 'master' of git.venya.tech:mega_venik/dotfiles

This commit is contained in:
Dmitry Chumak
2024-07-11 12:57:50 +03:00
5 changed files with 649 additions and 1 deletions

View File

@@ -2,9 +2,10 @@ set -g default-terminal "screen-256color"
set -g mouse on
set -g set-clipboard external
set -g escape-time 10 # https://www.johnhawthorn.com/2012/09/vi-escape-delays/
set -g history-limit 10000
set-option -g status-position top
set-window-option -g allow-rename off
set allow-rename off
set -g allow-rename off
# remap prefix from 'C-b' to 'C-x', 0x18 hex code for iterm2
unbind C-b