Switch to root user: sudo su quits root user: ExitTerminal:
- Generate multiple terminals: Shift+t right-click Split
- Toggle ALT + Digital CTRL + up/down/left/right in different terminal keys
Vim Installation plugin:
- Add plugins in the ~/.VIMRC file
- Open a file, type: Plugininstall Install plugin
- Delete plugin: First delete in VIMRC file, then execute: Pluginclean
Vim Tree Catalog plugin Nerdtree installation and simple usage1. On the Linux command line interface, open a file with vim. 2, CTRL + N into the tree interface 3, into the current directory of the tree-type interface, through the keypad up and down, you can move the selected directory or file 4, CTR+W+H cursor focus to the left of the tree directory, CTRL+W+L cursor focus to the right file display window. Press ctrl+w multiple times, the cursor automatically in the left-right window switch 5, Input: Q Enter, close the cursor window into the tree interface shortcut keys in the ~/.VIMRC file set
vim--Terminal--use