]> code.delx.au - dotemacs/commit
more text utility functions with key bindings
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 15:11:05 +0000 (01:11 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 15:26:47 +0000 (01:26 +1000)
commit62793a8c6ae0a061f2d34324a0defabd8b075c25
treefbcb46465c91514247b6aceb23503a599d92ea1e
parent68116a23a9aa4218fe2cd2780adc516dfe1f693d
more text utility functions with key bindings

* Copy line (yy in vim)
* Duplicate line (yy, p in vim)
* Kill whole line (dd in vim)
* Substitute line (S in vim)
* comment-dwim improved handling of regions
* Moved frame titles to my-gui.el
* Made all text utilities take arguments
README.md
lisp/my-defuns.el
lisp/my-gui.el
lisp/my-keys.el