We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7244e commit 543afc7Copy full SHA for 543afc7
plugin/vimchat.vim
@@ -853,7 +853,9 @@ class VimChatScope:
853
nnoremap <buffer> <silent> q :py VimChat.toggleBuddyList()<CR>
854
nnoremap <buffer> <silent> <Leader>c :py VimChat.openGroupChat()<CR>
855
nnoremap <buffer> <silent> <Leader>ss :py VimChat.setStatus()<CR>
856
+ nnoremap <buffer> <silent> <Space> :silent exec 'vertical resize ' . (winwidth('.') > g:vimchat_buddylistwidth ? (g:vimchat_buddylistwidth) : '')<CR>
857
"""
858
+
859
vim.command(commands)
860
861
self.buddyListBuffer = vim.current.buffer
0 commit comments