summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2026-03-31 12:49:55 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2026-03-31 12:49:55 +0200
commit37a750bb7b3d3ce7759443b40f01d2f36edb9c1b (patch)
tree4c95a78c7ba796feac9a7ea9873bea3a85c5f853 /tmux/tmux.conf
parent68f93fcd4a84e254de194643d272b15e81e0b41a (diff)
restore original tmux cursor
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index facc260..3125892 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -20,7 +20,7 @@ bind-key l select-pane -R
# needed for autoread to work in neovim
set-option -g focus-events on
-set-option -g cursor-style blinking-bar
+# set-option -g cursor-style blinking-bar
# highlight current window in status bar
set-window-option -g window-status-current-style 'bg=brightwhite'