ホームディレクトリ上に「.vimrc」ファイルを作成
~/.vimrc
if has("mouse") " Enable the use of the mouse in all modes
set mouse=a
endif
以上。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
ホームディレクトリ上に「.vimrc」ファイルを作成
if has("mouse") " Enable the use of the mouse in all modes
set mouse=a
endif
以上。
Register as a new user and use Qiita more conveniently
Go to list of users who liked