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

A note for tmux bind-key #83

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Config files won't be overridden, `etc/wsl-terminal.conf` and `etc/minttyrc` wil

Then `open-wsl` will use tmux.

Note: the default tmux bind-key `Ctrl B` is set to `Ctrl A` here to be cute.

## Switch distros

Use `open-wsl -d distro` to switch distros:
Expand Down
2 changes: 2 additions & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ use_tmux=0

然后 `open-wsl` 就会使用 tmux 了。

默认tmux的命令前缀`Ctrl B`不是很方便,这里改成了`Ctrl A`。

## 切换发行版

使用 `open-wsl -d distro` (在 `cmd.exe` 里运行)来切换发行版:
Expand Down