Skip to content

Commit

Permalink
feat(hyper): Use block for cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Di Palma committed Aug 25, 2020
1 parent 8f04e7c commit 8f442eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .hyper.js
Expand Up @@ -33,7 +33,7 @@ module.exports = {
cursorAccentColor: '#000',

// `'BEAM'` for |, `'UNDERLINE'` for _, `'BLOCK'` for █
cursorShape: 'BEAM',
cursorShape: 'BLOCK',

// set to `true` (without backticks and without quotes) for blinking cursor
cursorBlink: false,
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -36,3 +36,5 @@ polybar
vimdevicons

neovim/the_silver_searcher/deoplete.nvim/neosolarized/mastering-zsh

(lotabout/skim) (junegunn/fzf) (neoclide/coc.nvim) (sindresorhus/trash)

0 comments on commit 8f442eb

Please sign in to comment.