From b745ed84fe979527896040573454eab1dfc8dd19 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 2 May 2021 02:04:15 +0300 Subject: [PATCH] Revert "Fix an issue about cursor style" This reverts commit 7ac432d302dc664c9dfffcc1a80f4004f8303c1c. Because the new cursor was ugly. --- .tmux.conf | 3 --- .vimrc | 3 --- 2 files changed, 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 77d2d98..7e39ad2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -112,9 +112,6 @@ set -g status-interval 1 set-option -g automatic-rename on set-option -g automatic-rename-format '#{b:pane_current_path}' -# https://github.com/tmux/tmux/issues/2059 -set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' - # Plugin Customizations set -g @prefix_highlight_fg 'colour232' # default is 'colour231' diff --git a/.vimrc b/.vimrc index 8d903e2..c713bec 100644 --- a/.vimrc +++ b/.vimrc @@ -216,9 +216,6 @@ nmap (ale_next_wrap) " Disable tmux navigator when zooming the Vim pane let g:tmux_navigator_disable_when_zoomed = 1 -" https://github.com/tmux/tmux/issues/2059 -let &t_SI = "\e[5 q" -let &t_EI = "\e[2 q" set backup " keep a backup file (restore to previous version) set swapfile