LoginSignup
13
13

More than 5 years have passed since last update.

VsVim用のvimrcを作成する

Last updated at Posted at 2015-02-12

VsVimというVisualStudio上でVimでコーディングができるアドオンがありますが、
そのアドオン上で.vimrcを実現するための方法をメモとして残しておきます。

作成先
%userprofile%\.vsvimrc

上記で作成したvimrcに設定を記載します

.vsvimrc
set clipboard=unnamed
nnoremap Y y$
nnoremap x "_x
# nnoremap d "_d
nnoremap D "_D

いやー、これで本当にいろいろ快適になりますね!!

13
13
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
13
13