0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntuのターミナルのカーソル点滅をOFFにしたい

Posted at

端末のカーソル点滅をOFFにしたい場合

gnome-terminalへの設定なので、端末上にて以下のコマンドを実行する。

gsettings set org.gnome.desktop.interface cursor-blink false

参考

MATEとかだったら、コマンドが若干変わる↓

gsettings set org.mate.interface cursor-blink false

自分のubuntuがどのコマンドになるのかは以下のコマンドで調べられる。

gsettings list-recursively | grep blink

terminatorでカーソル点滅をOFFにしたい場合

terminator上で右クリック→設定
image.png
terminatorの設定が開くので、プロファイルタブ→Blinkのチェックボックスを外す
image.png

vimでカーソル点滅をOFFにしたい場合

vimrcに以下を追加。

set guicursor=a:blinkon0
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?