diff --git a/plugins/tmux-gruvbox b/plugins/tmux-gruvbox deleted file mode 160000 index aeb30c7..0000000 --- a/plugins/tmux-gruvbox +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aeb30c7172a8ed8663409207814cf47d9df10d15 diff --git a/plugins/tmux-sensible b/plugins/tmux-sensible deleted file mode 160000 index 25cb91f..0000000 --- a/plugins/tmux-sensible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa diff --git a/plugins/tpm b/plugins/tpm deleted file mode 160000 index 99469c4..0000000 --- a/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/tmux.conf b/tmux.conf index 81f26b9..8ad32a5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -15,37 +15,3 @@ set -g window-status-current-style "bg=#3c3836,bold" bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" - -# Alt-key bindings (no prefix) — mirror alacritty Ctrl-key mappings -bind -n M-t new-window -c "#{pane_current_path}" -bind -n M-d kill-pane -bind -n M-, command-prompt -I "#W" "rename-window '%%'" -bind -n M-1 select-window -t :1 -bind -n M-2 select-window -t :2 -bind -n M-3 select-window -t :3 -bind -n M-4 select-window -t :4 -bind -n M-5 select-window -t :5 -bind -n M-6 select-window -t :6 -bind -n M-7 select-window -t :7 -bind -n M-8 select-window -t :8 -bind -n M-9 select-window -t :9 - -# Splits -bind -n M-= split-window -v -c "#{pane_current_path}" -bind -n M-'\' split-window -h -c "#{pane_current_path}" - -# Pane navigation -bind -n M-h select-pane -L -bind -n M-j select-pane -D -bind -n M-k select-pane -U -bind -n M-l select-pane -R -bind -n M-Left select-pane -L -bind -n M-Down select-pane -D -bind -n M-Up select-pane -U -bind -n M-Right select-pane -R - -# Pane resize -bind -n M-S-Left resize-pane -L 5 -bind -n M-S-Down resize-pane -D 3 -bind -n M-S-Up resize-pane -U 3 -bind -n M-S-Right resize-pane -R 5