Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-14 Thread Samuel Banya
Hey there, I'll repaste my entire Tmux config to see if you would want to copy and paste a few options that might be useful, again, check out 'gotbletu's videos on Tmux since you might learn a few more things you never knew: `# Set Default Terminal Emulator: set -g default-terminal "urxvt" # P

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-14 Thread David Anthony
Thank you everyone for your helpful responses. Initially I was trying to synchonize with keyboard shortcuts on my Macbook (i.e., use Vim + Tmux similarly across all operating systems), but it proved unfruitful due to complications around remapping the Command key on MacOS. I was also trying to use

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-13 Thread Marcus MERIGHI
Hello! d...@silentsystems.org (David Anthony), 2021.07.12 (Mon) 23:12 (CEST): > Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice > for dealing with Copy/Paste? To/From Browser? Not yet seen among the valuable advice already given: $ grep M-v .cwmrc bind-key M-v "xdotool c

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-13 Thread Paco Esteban
On Mon, 12 Jul 2021, David Anthony wrote: > Hello, > > Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice > for dealing with Copy/Paste? To/From Browser? I use urxvt instead of xterm, but I guess you can achieve something similar or at least close enough. I have key binding

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread Stuart Henderson
On 2021-07-12, David Anthony wrote: > Hello, > > Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice > for dealing with Copy/Paste? To/From Browser? > > It feels like I'm dealing with multiple "layers" of keybindings and I'm > curious if anyone has devised a simple unified solu

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread Michael Hekeler
Am 13.07.21 07:20 schrieb Michael Hekeler: > Am 13.07.21 01:13 schrieb Samuel Banya: > > My recommendation, tweak your tmux setup, and use vim keybindings for > > copying and pasting with the proper config options: > > - https://www.youtube.com/playlist?list=PL5BE1545D8486D66D > > > > On Mon, Jul

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread Michael Hekeler
Am 13.07.21 01:13 schrieb Samuel Banya: > My recommendation, tweak your tmux setup, and use vim keybindings for copying > and pasting with the proper config options: > - https://www.youtube.com/playlist?list=PL5BE1545D8486D66D > > On Mon, Jul 12, 2021, at 9:12 PM, David Anthony wrote: > > Hello,

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread Samuel Banya
My recommendation, tweak your tmux setup, and use vim keybindings for copying and pasting with the proper config options: - https://www.youtube.com/playlist?list=PL5BE1545D8486D66D On Mon, Jul 12, 2021, at 9:12 PM, David Anthony wrote: > Hello, > > Does anyone using the combination of CWM+Xterm+

CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread David Anthony
Hello, Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice for dealing with Copy/Paste? To/From Browser? It feels like I'm dealing with multiple "layers" of keybindings and I'm curious if anyone has devised a simple unified solution. Respectfully, David Anthony