mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-10 05:35:06 +00:00
add dotfiles (including kitty & alacritty themes), add proxies, add writing & haskell roles
This commit is contained in:
parent
46bdf4dda0
commit
6561d54f45
346 changed files with 15329 additions and 0 deletions
27
roles/dotfiles/files/.tmate.conf
Normal file
27
roles/dotfiles/files/.tmate.conf
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
set -g tmate-server-host "terms.except.one"
|
||||
set -g tmate-server-port 2223
|
||||
set -g tmate-server-rsa-fingerprint SHA256:XXXXX
|
||||
set -g tmate-server-ed25519-fingerprint SHA256:XXXXX
|
||||
|
||||
bind-key -n M-Left previous-window
|
||||
bind-key -n M-Right next-window
|
||||
|
||||
#set -as terminal-features ",xterm-256color:RGB
|
||||
#set -sg terminal-overrides ",*:RGB"
|
||||
|
||||
set -s escape-time 0
|
||||
|
||||
set -g history-limit 50000
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
||||
set -g mouse off
|
||||
|
||||
setw -q -g utf8 on
|
||||
|
||||
set-option -g default-shell /usr/bin/fish
|
||||
|
||||
set -g base-index 1 # start windows numbering at 1
|
||||
setw -g pane-base-index 1 # make pane numbering consistent with windows
|
||||
setw -g automatic-rename on # rename window to reflect current program
|
||||
set -g renumber-windows on # renumber windows when a window is closed
|
||||
Loading…
Add table
Add a link
Reference in a new issue