my dotfiles - using https://tangled.org/@nuv.sh/dotfiles_helper

add .tmux

nnuuvv 660d65b7 b8af049f

Changed files
+17 -1
+16
dot_tmuxdot_conf
··· 1 + set -g default-terminal "screen-256color" 2 + 3 + 4 + # split panes using h and v 5 + bind v split-window -h 6 + bind h split-window -v 7 + unbind '"' 8 + unbind % 9 + 10 + 11 + 12 + # switch panes using Alt-arrow without prefix 13 + bind -n M-Left select-pane -L 14 + bind -n M-Right select-pane -R 15 + bind -n M-Up select-pane -U 16 + bind -n M-Down select-pane -D
+1 -1
spec.json
··· 1 - [{"dotfiles_path":"dotfiles/dot_config/nvim","target_path":".config/nvim"},{"dotfiles_path":"dotfiles/dot_config/wezterm","target_path":".config/wezterm"},{"dotfiles_path":"dotfiles/dot_zshrc","target_path":".zshrc"},{"dotfiles_path":"dotfiles/dot_ssh/config","target_path":".ssh/config"}] 1 + [{"dotfiles_path":"dotfiles/dot_config/nvim","target_path":".config/nvim"},{"dotfiles_path":"dotfiles/dot_config/wezterm","target_path":".config/wezterm"},{"dotfiles_path":"dotfiles/dot_zshrc","target_path":".zshrc"},{"dotfiles_path":"dotfiles/dot_ssh/config","target_path":".ssh/config"},{"dotfiles_path":"dotfiles/dot_tmuxdot_conf","target_path":".tmux.conf"}]