Vim
Vim 可以變得更簡單嗎?
我有一個 300MB 的文件,我想編輯、搜尋、刪除重複行、比較 2 個文件,諸如此類。我嘗試了 Sublime Text 3,它很慢並且經常崩潰。我尋求建議並被指向 Vim。
但是 Vim 對我來說太複雜了。我不想花一輩子的時間學習使用文本編輯器。Vim 可以變得更簡單嗎?我說的是Sublime或
nano
. 我只是不想記住數百條命令。當我成為高級使用者時,我可能想重新啟用這些命令,但目前,它們太難咀嚼了。即使只是移動命令也是少數。
您可能想嘗試Cream - 功能強大且著名的 Vim 的現代配置,Cream 適用於 Microsoft Windows、GNU/Linux 和 FreeBSD。
另外,我鼓勵你至少試用
:help
一周的普通 Vim(還沒有外掛,但要廣泛使用內置的 )。vimtutor
是一個很好的開始;對於大多數編輯任務,您無需記住數十條命令。
- 每個 IT 專業人士和愛好者都應該對vi至少有一點了解。
- 實際使用後,您可以做出更好的決定。(也可以使用 Emacs 進行同樣的測試!)
$ man evim NAME evim - easy Vim, edit a file with Vim and setup for modeless editing SYNOPSIS evim [options] [file ..] eview DESCRIPTION eVim starts Vim and sets options to make it behave like a modeless edi‐ tor. This is still Vim but used as a point-and-click editor. This feels a lot like using Notepad on MS-Windows. eVim will always run in the GUI, to enable the use of menus and toolbar. Only to be used for people who really can't work with Vim in the normal way. Editing will be much less efficient. eview is the same, but starts in read-only mode. It works just like evim -R. See vim(1) for details about Vim, options, etc. The 'insertmode' option is set to be able to type text directly. Mappings are setup to make Copy and Paste work with the MS-Windows keys. CTRL-X cuts text, CTRL-C copies text and CTRL-V pastes text. Use CTRL-Q to obtain the original meaning of CTRL-V. OPTIONS See vim(1).
(如果您安裝了啟用 gtk 的變體
vim
,evim
也將可用)