Explorar o código

Mapping for escape key breaks special key functionality in terminal Vim

Yegappan Lakshmanan %!s(int64=12) %!d(string=hai) anos
pai
achega
dcdda97fdd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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