aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-01-08 18:50:10 +0100
committerbozo.kopic <bozo@kopic.xyz>2024-01-08 18:50:10 +0100
commit39abd6b00a427ac4d33564d9a00cde35abe90be8 (patch)
treec92ea389ab832929263612b556f8f141feb9ea1a /tmux/tmux.conf
parent52ee08731eeebed097cf2d17c76597d7ded5b038 (diff)
.
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 9a5c623..acd45b1 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -17,18 +17,8 @@ set -g mouse on
bind-key -n 'C-M-Left' prev
bind-key -n 'C-M-Right' next
-bind-key -n 'C-M-Up' new-window
-bind-key -n 'C-M-Down' confirm-before -p "kill-window #W? (y/n)" kill-window
-
bind-key -n 'C-M-h' prev
bind-key -n 'C-M-l' next
-bind-key -n 'C-M-k' new-window
-bind-key -n 'C-M-j' confirm-before -p "kill-window #W? (y/n)" kill-window
-
-#bind-key -n 'C-M-\\' split-window -h
-#bind-key -n 'C-M-\-' split-window
-bind-key -n 'C-M-x' confirm-before -p "kill-pane #P? (y/n)" kill-pane
-
set -g status-style "fg=black,bg=colour34"
bind-key 'Up' select-pane -P 'fg=white,bg=black'