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 eab15dc commit 46634b7Copy full SHA for 46634b7
doc/vimux.txt
@@ -95,7 +95,7 @@ vimux from automatically sending a return after the command.
95
>
96
" Run the current file with rspec
97
map <Leader>rb :call VimuxRunCommand("clear; rspec " . bufname("%"))<CR>
98
- " Run command without sending sending a return
+ " Run command without sending a return
99
map <Leader>rq :call VimuxRunCommand("clear; rspec " . bufname("%"), 0)<CR>
100
<
101
0 commit comments