Browse Source

Mapping for escape key breaks special key functionality in terminal Vim

Yegappan Lakshmanan 12 năm trước cách đây
mục cha
commit
dcdda97fdd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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