modified: config/kitty/current-theme.conf

new file:   config/kitty/current-theme1.conf
	modified:   config/kitty/kitty.conf
	new file:   config/mpv/input.conf
	new file:   config/mpv/mpv.conf
	modified:   config/niri/config.kdl
	new file:   config/tmux/tmux.conf
	new file:   nix-packages.md
	renamed:    apps-list.md -> pacman-packages.md
This commit is contained in:
nekochemist 2026-03-31 06:14:15 +05:00
parent 60dcaabe28
commit 89e50ddc44
9 changed files with 104 additions and 6 deletions

28
config/tmux/tmux.conf Normal file
View file

@ -0,0 +1,28 @@
unbind -a -T root
bind -n M-r source-file ~/.config/tmux/tmux.conf \; display "reloaded"
set -g mouse on
set -g history-limit 2000
bind -n M-n new-window
bind -n M-d detach
bind -n M-Q confirm-before -p "Kill entire session? (y/n)" kill-session
bind -n M-o ls
bind -n M-2 next
bind -n M-1 prev
bind -n M-b splitw -v
bind -n M-v splitw -h
bind -n M-l select-pane -R
bind -n M-h select-pane -L
bind -n M-k select-pane -U
bind -n M-j select-pane -D
bind -n M-H resize-pane -L 5
bind -n M-L resize-pane -R 5
bind -n M-K resize-pane -U 3
bind -n M-J resize-pane -D 3
bind -n M-q kill-window
bind -n M-p breakp
bind -n M-c kill-pane
bind -n M-t choose-tree -wZ
bind -n M-q confirm-before -p "Kill entire window? (y/n)" kill-window