1.Vim常用模式. 命令模式/末行模式(command-mode) 插入模式(insert-mode) 可视模式(visual-mode) 正常模式(normal-mode) 2.模式的转换 ① 其它模式==>正常模式 按 Esc键 ②正常模式==>插入模式 按 i 在光标前插入 按 I 在行首插入 按 a 在光标后插入 按 s 删除光标所在的 […]
sudo是superuser do的简写 su是switch user的缩写 grep是Global Regular Expression and Print的缩写 pwd是print working directory的缩写 chmod是change the permissions mode of a file的缩写