nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.23k stars 66 forks source link

Does copy-mode of tmux work ? #81

Closed 573 closed 3 years ago

573 commented 3 years ago

Have a somewhat unusual request.

I am trying to use tmux in nix-on-droid especially copy-mode.

tmux is installing and working fine.

What I can't figure out is how to actually select text and copy / yank it.

I have mode-keys vi set and the default modifier.

When I hit modifier-[ and Space followed by a movement command I have no visual feedback what is actually selected thus I'm assuming it doesn't work.

Has any*one experiences with that who could help ?

573 commented 3 years ago

Found out about Modifier-? now.

In the list of key bindings shown when hitting Modifier-? I found those for selecting (C-Space), copy to (C-w) and paste (C-]) from buffer and they work.