Skip to content

How to enter "Esc" when editing file in vim with libtmux? #561

Answered by tony
DavdGao asked this question in Q&A
Discussion options

You must be logged in to vote

Pane.send_keys() is a wrapper on top of tmux send-keys.

I'm not sure about Esc, but for Ctrl you would do C, e.g. C-a instead of Ctrl-a

Alt would be M, e.g. M-a instead of Alt-a.

Aside: Perhaps we can add some docs and additional tests on this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DavdGao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #545 on February 02, 2025 11:16.