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.
2 parents eab15dc + 46634b7 commit 9a410c5Copy full SHA for 9a410c5
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