diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-25 14:56:20 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-25 14:56:20 -0500 |
commit | 2b8d5df7e0d6a25896d74238707b23ba4af6805a (patch) | |
tree | 02e97f62549094c2cc09a7fa8feb7392482c68dd | |
parent | update aliases (diff) |
cwmrc
Diffstat (limited to '')
-rw-r--r-- | dot_cwmrc.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dot_cwmrc.tmpl b/dot_cwmrc.tmpl index 1efb864..57f2501 100644 --- a/dot_cwmrc.tmpl +++ b/dot_cwmrc.tmpl @@ -119,7 +119,8 @@ bind-key 4S-Tab window-cycle # F: window-cycle-ingroup Forward cycle through windows in current group. # F: window-rcycle-ingroup Reverse cycle through windows in current group. -# F: window-close Close current window. + +# F: window-close Close current window. # D: CM-x Close current window. bind-key 4S-j window-close @@ -137,8 +138,9 @@ bind-key 4-Down window-lower # D: M-Up Raise current window. bind-key 4-Up window-raise -# F: window-menu-label Label current window. -# D: CM-n Label current window. +# F: window-menu-label Label current window. +# D: CM-n Label current window. +bind-key C4-l window-menu-label # F: window-freeze Freeze current window geometry. # D: CMS-f Toggle freezing geometry of current window. |