Skip to content

Can I use mouse or touch in the terminal? #1528

Discussion options

You must be logged in to vote

As an iPad application, Blink Shell comes with out-of-the-box touch and mouse support.

In SSH, it works right away. Mosh users need to use tmux or other terminal multiplexers as it doesn't support scrolling.

Enabling mouse support in terminal applications is handy when using an iPad without a keyboard. As you can freely change panes in tmux or scroll throughout your apps with your fingers.

A few popular ones include:

tmux:

set -g mouse on

vim:

set mouse=a

emacs:

(xterm-mouse-mode 1)

Currently, most terminal applications come with mouse support. You can check the docs of your favorite application to learn more. If you find out any changes or additions to the configuration, let us know here!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carloscabanero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant