Search

BioinfoHippo
BioinfoHippo
  • Posts
  • Resources
  • Tutorials
  • Contact
Linux Resources
general sysadmin
bash loops
vim
awk
cat
column
copy
cut
diff and comm
less
mass renaming
networking
permissions
rm
sed
sort and uniq
split
timestamp
watch
  • Contents
  • navigation
  • visual mode commenting
    • comment
    • uncomment
  • EOF

vim


navigation

u              undo
ctrl+R         redo
shift+G        go to last line

visual mode commenting

  • https://stackoverflow.com/questions/1676632/whats-a-quick-way-to-comment-uncomment-lines-in-vim

comment

go to first line/
esc/
ctrl+v/
down arrow to last line/
shift+i/
#/
esc/
wait/
esc

uncomment

go to first line/
esc/
ctrl+v/
down arrow to last line/
x

EOF

Previous
bash loops
Next
awk

Last updated on May 23, 2020

Edit this page

Ming Han © 2020

Powered by the Academic theme for Hugo.

Cite
Copy Download