]> git.sur5r.net Git - i3/i3/commit
Implement vim-like marks
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Sep 2009 14:54:29 +0000 (16:54 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Sep 2009 14:54:29 +0000 (16:54 +0200)
commit3ada8f326cc48ea0f12c9f1434fbb2b76ed4c0a0
tree7584a651cae15f37d88c6046da01451528872185
parent6510b0e14fa03437d88b9aafddb82dfbb1ede7ee
Implement vim-like marks

Commands are 'mark' and 'goto'. Both can be used either directly,
like 'mark a' and 'goto a', or interactively (just 'mark'). For
interactive mode, i3-input must be installed and in your PATH.
i3-input/i3-input.h
i3-input/main.c
i3-input/ucs2_to_utf8.c
include/client.h
include/data.h
src/client.c
src/commands.c