Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created August 1, 2016 15:24
Show Gist options
  • Select an option

  • Save spacepluk/cb6557b0f9daef5cc7702b7da8143fe5 to your computer and use it in GitHub Desktop.

Select an option

Save spacepluk/cb6557b0f9daef5cc7702b7da8143fe5 to your computer and use it in GitHub Desktop.
diff --git a/plugin/vimux.vim b/plugin/vimux.vim
index 9170668..bd3a2db 100644
--- a/plugin/vimux.vim
+++ b/plugin/vimux.vim
@@ -53,7 +53,7 @@ function! VimuxRunCommand(command, ...)
endfunction
function! VimuxSendText(text)
- call VimuxSendKeys('"'.escape(a:text, '\"$').'"')
+ call VimuxSendKeys('"'.escape(a:text, '\"$`').'"')
endfunction
function! VimuxSendKeys(keys)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment