Last active
August 29, 2015 14:15
-
-
Save zimathon/86a34ea3ff880cca14a5 to your computer and use it in GitHub Desktop.
VsVim用のvimrcを作成する ref: http://qiita.com/zimathon/items/d02e587466dbdc90c9d3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set clipboard=unnamed | |
nnoremap Y y$ | |
nnoremap x "_x | |
# nnoremap d "_d | |
nnoremap D "_D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%userprofile%\.vsvimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment