mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Revert "Fix an issue about cursor style"
This reverts commit 7ac432d302
.
Because the new cursor was ugly.
This commit is contained in:
parent
818a7c6f0d
commit
b745ed84fe
@ -112,9 +112,6 @@ set -g status-interval 1
|
|||||||
set-option -g automatic-rename on
|
set-option -g automatic-rename on
|
||||||
set-option -g automatic-rename-format '#{b:pane_current_path}'
|
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
|
# Plugin Customizations
|
||||||
|
|
||||||
set -g @prefix_highlight_fg 'colour232' # default is 'colour231'
|
set -g @prefix_highlight_fg 'colour232' # default is 'colour231'
|
||||||
|
3
.vimrc
3
.vimrc
@ -216,9 +216,6 @@ nmap <silent> <C-e> <Plug>(ale_next_wrap)
|
|||||||
|
|
||||||
" Disable tmux navigator when zooming the Vim pane
|
" Disable tmux navigator when zooming the Vim pane
|
||||||
let g:tmux_navigator_disable_when_zoomed = 1
|
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 backup " keep a backup file (restore to previous version)
|
||||||
set swapfile
|
set swapfile
|
||||||
|
Loading…
Reference in New Issue
Block a user