Ravi Singh:
@unnivkn when i’m in tmux mode and trying to paste something from kube docs in vi editor, the indentation looks messy. However, nano works fine but don’t want to use it. Is there any way to fix it?
unnivkn:
Hi @Ravi Singh please try to follow this: https://stackoverflow.com/questions/506075/how-do-i-fix-the-indentation-of-an-entire-file-in-vi
unnivkn:
https://unix.stackexchange.com/questions/199203/why-does-vim-indent-pasted-code-incorrectly
Nour:
Hello
The simple way to paste something from kube docs in vi editor is juste write in vi.
: set paste
and after you can paste easily.