books on zlib official

vim cheatsheet

# Opens files in tabs
vim -p file1 file2

# Open all searched files
# :args to show file list
# :n to open next file
# :N to open prev file
vim `find . -name "strings.xml"`

# Re-sync syntax highlighting
:syntax sync fromstart

Leave a Reply

Your email address will not be published. Required fields are marked *