我有Anaconda Python3.6。我一直在試圖通過下面的方法重新安裝的MacVim薩爾瓦多隊長: brew tap macvim-dev/macvim
brew install --HEAD macvim-dev/macvim/macvim --with-properly-linked-python2-python3
我跟着從安裝的MacVim here 我得到以下錯誤的指令: if
我想用我在.vimrc文件中設置的命令打開一個文件。在我的vimrc相關行類似以下內容: command Of so /Users/Dude/Working/open_file.txt
,用含有如下open_file.txt: tabnew /Users/Dude/Working/Project/config.txt
我想什麼執行「的」什麼時候做的命令是導航到config.txt的末尾。我
我想寫我的第一個vim函數(切換隱藏的字符)。 這是我迄今爲止 set nolist
set listchars=space:_,tab:▸\ ,eol:¬
nnoremap <leader>c :call showHiddenChars()<cr> "<---Calling function here
let g:showhiddenChars_is_visible = 0
func