0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Vim】文字コードの設定

Last updated at Posted at 2023-01-29

はじめに

スマホ(Android)で開発するのでVimの環境構築は必須です。

動作環境

  • Sony Xperia 10 IV
  • Android OS 12
  • UserLAnd 3.1.4
  • Ubuntu 20.04.5 LTS
  • Vim 8.1.3741

一時的に切り替えたい場合

  • utf-8
:set encoding=utf-8

デフォルト設定にしたい場合

  • utf-8
~/.vimrc
set encoding=utf-8

スクリーンショット

  • utf-8
    set laststatus、set statuslineでステータスラインを表示させています。
  • 未設定
    set laststatus、set statuslineでステータスラインを表示させています。
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?