We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3bb97 commit 5f0fd28Copy full SHA for 5f0fd28
autoload/gist.vim
@@ -252,7 +252,6 @@ function! s:GistList(gistls, page) abort
252
nnoremap <silent> <buffer> y :call <SID>GistListAction(2)<cr>
253
nnoremap <silent> <buffer> p :call <SID>GistListAction(3)<cr>
254
nnoremap <silent> <buffer> <esc> :bw<cr>
255
- " Next line (in original code) only works on GUI VIM
256
nnoremap <silent> <buffer> <s-cr> :call <SID>GistListAction(1)<cr>
257
258
cal cursor(1+len(oldlines),1)
0 commit comments