Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* WSLでWindowsのクリップボードにコピーする [#j1265d97]
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-an...
- .tmux.confに上のような設定をする
- WindowsのクリップボードにはWindowsのコマンドであるclip....
- Tmuxのコピーモードで、clip.exeに内容を送るようにする
** WSLの時だけ設定を登録する [#kc4d70ed]
if-shell -b 'test -n "$WSLENV"' 'bind-key -T copy-mode-v...
- .tmux.confをMacやLinuxとも共有する場合は'''if-shell'''...
- WSLENVはWSL上で設定される環境変数らしい
** 参考 [#hcea7339]
- https://mitchellt.com/2020/04/01/copying-from-tmux-wsl-...
- https://superuser.com/questions/539595/tmux-configurati...
終了行:
* WSLでWindowsのクリップボードにコピーする [#j1265d97]
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-an...
- .tmux.confに上のような設定をする
- WindowsのクリップボードにはWindowsのコマンドであるclip....
- Tmuxのコピーモードで、clip.exeに内容を送るようにする
** WSLの時だけ設定を登録する [#kc4d70ed]
if-shell -b 'test -n "$WSLENV"' 'bind-key -T copy-mode-v...
- .tmux.confをMacやLinuxとも共有する場合は'''if-shell'''...
- WSLENVはWSL上で設定される環境変数らしい
** 参考 [#hcea7339]
- https://mitchellt.com/2020/04/01/copying-from-tmux-wsl-...
- https://superuser.com/questions/539595/tmux-configurati...
ページ名: