aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-08-19 16:32:34 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-08-19 16:33:06 +0100
commit175d1bd2ea3a4c59433e3200ebe4e5abe6ea64e0 (patch)
treebe53769e95f8668c5dea9a25af279dfc66ac7e14 /tmux/.tmux.conf
parentb094a88067e008fda09bab8c25cf2a2add163f0e (diff)
downloaddotfiles-175d1bd2ea3a4c59433e3200ebe4e5abe6ea64e0.tar.gz
dotfiles-175d1bd2ea3a4c59433e3200ebe4e5abe6ea64e0.tar.bz2
dotfiles-175d1bd2ea3a4c59433e3200ebe4e5abe6ea64e0.zip
(XServer)+font scaling to Xresources
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 874b972..d212243 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -12,7 +12,6 @@ bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
-
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'