Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5657

vim 操作方法

$
0
0

vimインストール・起動・バージョン確認

#バージョン確認
vim --version#インストールsudo apt install vim
#起動
vim ファイル名

vimは基本的にキーで操作する。

カーソル移動

移動キー説明
k上移動
j下移動
l右移動
h左移動

コマンド

キー説明
a挿入
a > Insert置換
dd1行削除
行の末尾へ$
行の先頭へ^
ファイルの先頭へgg
ファイルの末尾へShift + g
Ctrl + Insertコピー
Shift + Insert貼り付け
:wq保存、終了
:q!保存せずに終了

Viewing all articles
Browse latest Browse all 5657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>