Gconf-editor # Configuration Editor/ETC/VIMRC # Profile path vim +24 file # Open files Navigate to the specified line vim file1 file2 # Open multiple files Vim-o2 file1 fil E2 # Vertical split screen vim-on file1 file2 # Horizontal Split-screen SP filename # up and down split open new file VSP filename # left and right split open new file ctrl+w [action] # Multiple files between Operation Capital W # Action: Close the current window C screen height same = increase height + move cursor on screen right L H Upper K under J H next W
: N # Edit next file: 2n # Edit the next two files: N # Edit the previous file: Rew # Back to the first file: Set nu # Open line number: Set Nonu # Cancel line number 200G # Jump to 200:nohl # Cancel Highlight: Set autoindent # setting Auto indent: Set FF # View text format: Set binary # to UNIX format Ctrl + U # Page Forward Ctrl + D # page Backward%s/character 1/character 2/g # Replace all x # document Encryption
Linux-vim Editor