Skip to content

Commit

Permalink
feat(tmux): blinking cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 14, 2023
1 parent 080733e commit 18b75a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ set-option -g status-interval 1
set-option -g automatic-rename on
set-option -g automatic-rename-format '#{b:pane_current_path}'

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

# vim-mode copy/paste
set-window-option -g mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
Expand Down
2 changes: 1 addition & 1 deletion modules/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
color_scheme = "OLEDppuccin",

-- general styling
default_cursor_style = "BlinkingBar",
default_cursor_style = "BlinkingBlock",
enable_scroll_bar = false,

-- fonts
Expand Down

0 comments on commit 18b75a5

Please sign in to comment.