esamattis / slimux

SLIME inspired tmux integration plugin for Vim
http://esa-matti.suuronen.org/blog/2012/04/19/slimux-tmux-plugin-for-vim/
Other
217 stars 52 forks source link

Allow SendSelection to use marks and ranges #59

Open bawalsh3000 opened 8 years ago

bawalsh3000 commented 8 years ago

In situations where you are making tweaks and repeatedly sending the same section of code, it would be helpful if you could just use marks and send a command like: 'a,'bSlimuxREPLSendSelection

dvbuntu commented 8 years ago

You can definitely send ranges since 318e06da8. I never actually tried it with marks.

hsanson commented 6 years ago

Using vim-topo plugin this is easy to accomplish. See this comment for more details.