diff options
author | okan <okan> | 2016-11-14 13:52:33 +0000 |
---|---|---|
committer | okan <okan> | 2016-11-14 13:52:33 +0000 |
commit | 98c913cc3b54f3785546a87db7ac0b8a33a2c443 (patch) | |
tree | 86ca39b691da1a7a2e9842afb26c0291d418165f | |
parent | db93599a0fb302271e10a9dcbcbe6cafdc8aa2cb (diff) | |
download | cwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.tar.gz cwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.tar.xz cwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.zip |
Remove the (8) default bindings for pointer move since they conflict with
default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@
-rw-r--r-- | conf.c | 8 | ||||
-rw-r--r-- | cwm.1 | 5 |
2 files changed, 0 insertions, 13 deletions
diff --git a/conf.c b/conf.c index 92f166f..64fb734 100644 --- a/conf.c +++ b/conf.c @@ -230,14 +230,6 @@ static const struct { { "CMS-j", "bigresizedown" }, { "CMS-k", "bigresizeup" }, { "CMS-l", "bigresizeright" }, - { "C-Left", "ptrmoveleft" }, - { "C-Down", "ptrmovedown" }, - { "C-Up", "ptrmoveup" }, - { "C-Right", "ptrmoveright" }, - { "CS-Left", "bigptrmoveleft" }, - { "CS-Down", "bigptrmovedown" }, - { "CS-Up", "bigptrmoveup" }, - { "CS-Right", "bigptrmoveright" }, }, mouse_binds[] = { { "1", "menu_unhide" }, diff --git a/cwm.1 b/cwm.1 index 68434c3..ab03c66 100644 --- a/cwm.1 +++ b/cwm.1 @@ -117,11 +117,6 @@ Toggle maximization of current window. Toggle vertical maximization of current window. .It Ic CMS-= Toggle horizontal maximization of current window. -.It Ic C-[Up | Down | Left | Right] -Move pointer by a small amount. -.It Ic CS-[Up | Down | Left | Right] -Move pointer by a large amount; see -.Xr cwmrc 5 . .It Ic M-[hjkl] Move window by a small amount. .It Ic MS-[hjkl] |