我从这个页面添加了 Vim 插件等http://github.com/akitaonrails/vimfiles。我按照页面上的说明操作,一切都很顺利,除了让 Command-T 工作的部分。但没关系,我只需映射 CTRL-F 即可……
问题是我再也无法写“@”或使用“alt”输入的任何特殊字符。
替代-2现在写'²'(提出 2)。
有任何想法吗?
**编辑: **
我已将问题追溯到以下
if has("gui_mac") || has("gui_macvim")
set guifont=Menlo:h14
" key binding for Command-T to behave properly
" uncomment to replace the Mac Command-T key to Command-T plugin
"macmenu &File.New\ Tab key=<nop>
"map <D-t> :CommandT<CR>
" make Mac's Option key behave as the Meta key
set invmmta
try
set transparency=5
catch
endtry
endif
我尝试让 Command-T 工作,但取消了这两行的注释...现在的问题是,如何撤销注释?再次注释这两行是行不通的。
答案1
解决方案是使用“set invmmta”注释掉该行