Last active
October 8, 2015 15:07
-
-
Save dzlab/0817733b5cfee77f5f5d to your computer and use it in GitHub Desktop.
vim.commands
This file contains 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
Paste toggleEdit | |
Vim provides the 'paste' option to aid in pasting text unmodified from other applications. You can set it manually like: | |
:set paste | |
:set nopaste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment