Created
November 21, 2020 08:11
-
-
Save saniyathossain/438fed62a9afe3263bc69db4b057ba89 to your computer and use it in GitHub Desktop.
Vim Necessary Commands
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 paste -> copy as is | |
:set nopaste -> paste mode off | |
:set nu -> line number show | |
:set nonu -> no line number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment