Add tmux and vim configuration files
- Introduced a comprehensive tmux configuration file with custom themes, key bindings, and session management options. - Added a lightweight vim configuration file utilizing vim-plug for plugin management, including themes, fuzzy finder, file tree, and editing helpers.
This commit is contained in:
17
ssh/.ssh/config.d/00-globals.conf
Normal file
17
ssh/.ssh/config.d/00-globals.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# 00 - Global options
|
||||
|
||||
Host *
|
||||
# Переиспользование соединений (быстрее)
|
||||
# ControlMaster auto
|
||||
# ControlPath ~/.ssh/sockets/%r@%h:%p
|
||||
# ControlPersist 10m
|
||||
|
||||
# Держать соединение живым
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 3
|
||||
|
||||
# Сжатие данных
|
||||
Compression yes
|
||||
|
||||
# Отключить GSSAPI (ускоряет подключение)
|
||||
GSSAPIAuthentication no
|
||||
Reference in New Issue
Block a user