summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-09 00:59:44 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-09 00:59:44 +0300
commitdc3c38a2d3eba90470eef10c4274ed4798a57715 (patch)
tree1e44129a1c15f5f14aca5ee905349fde16f0c93c /tmux
parentbee6599cc8d0c66bb4e6ed0670d30edc5066805e (diff)
Fix to the lock script for ST windows + routine changes.
Changes to be committed: modified: Vencord/settings/settings.json modified: btop/btop.conf modified: htop/htoprc modified: lock modified: tmux/tmux.conf modified: zsh/aliases
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 81ed9b8..6e70fce 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -22,9 +22,9 @@ run '~/.tmux/plugins/tpm/tpm'
set -g mouse on
-unbind C-b
-set -g prefix C-Space
-bind C-Space send-prefix
+#unbind C-b
+#set -g prefix C-Space
+#bind C-Space send-prefix
# Vim style pane selection
bind h select-pane -L