Skip to content

Commit

Permalink
fix(tmux): cursor
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Nov 6, 2023
1 parent cd57ff9 commit f2707c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set-option -g automatic-rename on
set-option -g automatic-rename-format '#{b:pane_current_path}'

# blinking cursor
set-option -g cursor-style blinking-bar
set-option -g cursor-style blinking-block

# vim-mode copy/paste
set-window-option -g mode-keys vi
Expand Down

0 comments on commit f2707c0

Please sign in to comment.