chore: backup nixos configs 📌
This commit is contained in:
parent
f4f57b8142
commit
7107459300
3 changed files with 52 additions and 17 deletions
|
|
@ -4,7 +4,7 @@
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
escapeTime = 20;
|
||||
# escapeTime = 20;
|
||||
extraConfig = ''
|
||||
# remap prefix from ^+B to alt-f
|
||||
unbind C-b
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
|
||||
|
||||
# reduce escape time
|
||||
set-option -sg escape-time 20
|
||||
set -sg escape-time 20
|
||||
|
||||
# pane movement shortcuts
|
||||
bind h select-pane -L
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue