diff --git a/plugin/vim-tmux-runner.vim b/plugin/vim-tmux-runner.vim index 04f2d46..4af8fc6 100644 --- a/plugin/vim-tmux-runner.vim +++ b/plugin/vim-tmux-runner.vim @@ -478,7 +478,7 @@ function! s:DefineCommands() command! VtrClearRunner call s:SendClearSequence() command! VtrFlushCommand call s:FlushCommand() command! VtrSendCtrlD call s:SendCtrlD() - command! -bang -nargs=? VtrAttachToPane call s:AttachToPane() + command! -bang -nargs=? -bar VtrAttachToPane call s:AttachToPane() endfunction function! s:DefineKeymaps()