瀏覽代碼

Mapping for escape key breaks special key functionality in terminal Vim

Yegappan Lakshmanan 12 年之前
父節點
當前提交
dcdda97fdd
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugin/mru.vim

+ 0 - 1
plugin/mru.vim

@@ -792,7 +792,6 @@ function! s:MRU_Open_Window(...)
     nnoremap <buffer> <silent> <2-LeftMouse>
                 \ :call <SID>MRU_Select_File_Cmd('edit,useopen')<CR>
     nnoremap <buffer> <silent> q :close<CR>
-    nnoremap <buffer> <silent> <Esc> :close<CR>
 
     " Restore the previous cpoptions settings
     let &cpoptions = old_cpoptions