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

Rotate does not always work #66

Open
saysjonathan opened this issue Nov 4, 2016 · 2 comments
Open

Rotate does not always work #66

saysjonathan opened this issue Nov 4, 2016 · 2 comments

Comments

@saysjonathan
Copy link

According to the Vim FAQ <C-,> and <C-. cannot be reliably be detected by Vim, making the rotate command unusable on certain terminals.

Perhaps alternative keybindings could be suggested which fall within the reliably detected range?

@saysjonathan
Copy link
Author

FWIW, I've been using the following:

nmap <C-_> <Plug>DWMRotateCounterclockwise
nmap <C-\> <Plug>DWMRotateClockwise

I'd appreciate hearing about keybindings others would use.

@delphinus
Copy link

I use <C-Q> & <C-S> for this. But it is needed that you have to set stty -ixon -ixoff in .bashrc because in usual they are used for the terminal.

I often use <C-Q><C-S> combination to fix window arrangement when it is collapsed. It can be used by one hand. Very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants