Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: VtrSendCtrlC and VtrSendKeysRaw #98

Merged
merged 4 commits into from May 30, 2020
Merged

feat: VtrSendCtrlC and VtrSendKeysRaw #98

merged 4 commits into from May 30, 2020

Conversation

tmm
Copy link
Contributor

@tmm tmm commented May 30, 2020

Updates and adds documentation for VtrSendCtrlC and VtrSendKeysRaw.

Closes #79

@@ -1,4 +1,4 @@
*vim-tmux-runner.txt* For Vim version 7.3 Last change: 2012 Nov 25
*vim-tmux-runner.txt* For Vim version 7.3 Last change: 2020 May 29
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... dang.

endfunction

function! s:SendCtrlC()
call s:SendKeysRaw('')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well this is... odd. Looks like github doesn't display the control characters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha saw that. Was super confused until I opened it up in vim.

Copy link
Owner

@christoomey christoomey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update here! Long overdue 😆. Looks like there is a conflict between your branch and master. Do you mind rebasing and resolving?

@christoomey christoomey merged commit 3a0f173 into christoomey:master May 30, 2020
@tmm tmm deleted the tmm/send-raw-command branch May 30, 2020 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop current running process in runner
2 participants