dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Add easier tmux binding keys - to split window horizontally and vertically

Open ysfdev opened this issue 6 years ago • 4 comments
trafficstars

PR adds adds custom tmux binding keys to split window horizontally and vertically.

Tmux Invocation for horizontal split:

Ctrl + b + - 

Tmux Invocation for vertical split:

Ctrl + b + /

ysfdev avatar May 14 '19 14:05 ysfdev

I use these in my own mappings, but my only hesitation is over making this choice for others.

geoffharcourt avatar Jul 28 '19 18:07 geoffharcourt

@geoffharcourt Is there something bound to these invocations by default? If not I'd consider it a pretty safe choice, while being much more intuitive than the " and % defaults.

rspeicher avatar Aug 05 '19 22:08 rspeicher

Hi @geoffharcourt,

Thanks for taking a look. Based on what @rspeicher has stated above, do you have any other concerns?

ysfdev avatar Dec 10 '19 16:12 ysfdev

I use these in my own mappings, but my only hesitation is over making this choice for others.

For what it is worth, I use these mappings and have seen some other thoughtbot folks using them as well. I am a fan of including them in our dotfiles.

composerinteralia avatar Feb 08 '20 16:02 composerinteralia