ラズベリーパイのviのカーソル移動がややこしいのでそれらを回避する手段
以下のコマンドを打ち込む
:set nocompatible
もしくは、ホームディレクトリに .vimrc を作り以下のように記述
set nocompatible
set number
set autoindent
set smartindent
set tabstop=4
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
ラズベリーパイのviのカーソル移動がややこしいのでそれらを回避する手段
以下のコマンドを打ち込む
:set nocompatible
もしくは、ホームディレクトリに .vimrc を作り以下のように記述
set nocompatible
set number
set autoindent
set smartindent
set tabstop=4
Register as a new user and use Qiita more conveniently
Go to list of users who liked