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: Add TermSend command #624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

waiting-for-dev
Copy link

TermSend is a smart command that will prompt you to select the terminal to send the lines to and will infer what to send based on the current mode:

  • n: the current line
  • V: the visual line selection
  • v: the visual selection

We've extracted the terminal selection logic into a new function select_terminal_and_send_selection and we've also added a short-circuit feature to it so that when only one terminal is open it's selected automatically.

`TermSend` is a smart command that will prompt you to select the
terminal to send the lines to and will infer what to send based on the
current mode:

- `n`: the current line
- `V`: the visual line selection
- `v`: the visual selection

We've extracted the terminal selection logic into a new function
`select_terminal_and_send_selection` and we've also added a
short-circuit feature to it so that when only one terminal is open it's
selected automatically.
@waiting-for-dev waiting-for-dev force-pushed the waiting-for-dev/term_send branch from 2138876 to b8861d4 Compare December 24, 2024 12:31
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.

1 participant