.phoenix.js how to use?
mrdear opened this issue · comments
屈定 commented
Sorry, I do not understand this grammar, but installed the coffee environment, but do not know how to trigger these operations
Ethan Chan commented
My setup is very customized to my workflow, so I won't be able to explain all of it, but I can give a general overview.
- Modifiers:
- cmd+alt is generally for selection.
- cmd+alt+shift is generally for movement.
- cmd+ctrl is generally for resizing.
- Actions: combine with modifiers above for effects.
- hjkl control windows (vim-like directions).
- np control workspaces (next, previous).
- Quickly snap windows with cmd+alt+{q,a,z,],',/}.
- Make windows fill up available space in a direction with cmd+alt+ctrl+{h,j,k,l}.
- Refer to this section for other keybindings, most of which are activated wtih cmd+alt.
My suggestion is to take the ideas from my configuration and create your own, since we probably have different workflows. I hope this helps!
Ethan Chan commented
Also: the file is a configuration for Phoenix, in case you don't have it already.
屈定 commented
thanks a lot , this very helpful for me, especially cmd+alt+y is very cool.I will create my config base on yours configuration.