Compare commits

...

2 commits

Author SHA1 Message Date
446eb00ce0 feat(emacs): Configure gnupg 2025-05-19 17:24:50 +02:00
3e9cfb3e77 feat(cli): Configure tmux 2025-05-19 13:37:00 +02:00
2 changed files with 8 additions and 2 deletions

View file

@ -104,8 +104,14 @@ in
xdg.configFile.tmux = { xdg.configFile.tmux = {
target = "tmux/tmux.conf"; target = "tmux/tmux.conf";
text = '' text = ''
set -g default-terminal "tmux-256color" set -g default-terminal "xterm-256color"
set-window-option -g xterm-keys on
set -ag update-environment "SSH_TTY SSH_CLIENT"
set -g prefix C-z set -g prefix C-z
set -g status-keys vi
setw -g mode-keys vi
setw -g aggressive-resize on
set -g mouse on
# do not wait for a manually entered escape sequence, just forward it immediately # do not wait for a manually entered escape sequence, just forward it immediately
set -g escape-time 0 set -g escape-time 0
bind-key C-z send-prefix bind-key C-z send-prefix

View file

@ -191,4 +191,4 @@
:config :config
;;literate ;;literate
(default +bindings +smartparens)) (default +bindings +gnupg +smartparens))