HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
649 stars 24 forks source link

Changed MODKEY to OTHER_MOD when initiating period operator #10

Closed anubhavcodes closed 9 years ago

anubhavcodes commented 9 years ago

This commit changes the config.h to specify that period operator is called using the OTHER_MOD, as this key is used globally for all the operators and period is also termed as an operator in the vim lingo.

HarveyHunt commented 9 years ago

I am quite torn on whether to merge this. The replay command isn't really an operator, as howm sees it. You can't do something like "5." so I don't think it really fits into the criteria of an operator. Instead, I think it is a command.

anubhavcodes commented 9 years ago

Yes you have a point there. It's not yet a operator in howm lingo!