Vim
FAQ - https://vimhelp.org/vim_faq.txt.html
https://vim.fandom.com/wiki/Vim_Tips_Wiki
wq! - save and quit without confirmation
Replace string in the whole file: :%s/old_string/new_string/g
FAQ - https://vimhelp.org/vim_faq.txt.html
https://vim.fandom.com/wiki/Vim_Tips_Wiki
wq! - save and quit without confirmation
Replace string in the whole file: :%s/old_string/new_string/g