Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created November 21, 2020 08:11
Show Gist options
  • Save saniyathossain/438fed62a9afe3263bc69db4b057ba89 to your computer and use it in GitHub Desktop.
Save saniyathossain/438fed62a9afe3263bc69db4b057ba89 to your computer and use it in GitHub Desktop.
Vim Necessary Commands
: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