I see below setting mentioned in the .vimrc of Lab setup at the end. I see this . . .

Jees Antony:
I see below setting mentioned in the .vimrc of Lab setup at the end. I see this setting creates some issue of indentation while copying ( with yy and p) with vi
Anyone know what is the purpose of this ?

:nnoremap p ]p

Deekshith Hadil:
https://vim.fandom.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_1)
> Normal mode maps
> To map keys that work only in the normal mode, use the ‘:nmap’ or ‘:nnoremap’ command. The ‘n’ in ‘:nmap’ and ‘:nnoremap’ denotes normal mode.