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

Add some commands #30

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KSR-Yasuda
Copy link

Add some commands below:

  • hfull (_), maximize window horizontal size command, for resize / focus modes
  • vfull (|), maximize window vertical size command, for resize / focus modes
  • sizeeq (=), set window size equal command, for resize / focus modes
  • close (C), window close command, for all modes

@KSR-Yasuda
Copy link
Author

Add tab commands:

  • tabl (J (Shift-j))
    • For resize / focus modes, do tabn -1, tab switch to previous tab
    • For move mode, do tabm -2, tab move before previous tab
  • tabr (K (Shift-k))
    • For resize / focus modes, do tabn +1, tab switch to next tab
    • For move mode, do tabm +1, tab move after previous tab

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

Successfully merging this pull request may close these issues.

None yet

1 participant