Would it be hard to pop up a prompt to ask for the tag to switch to, and, if it's not "open" yet, do the same behavior as add()? I'm thinking something like emac's buffer switching. I keep too many tags open for the modkey-1, modkey-2 etc. to be useful. Also, it's a lot slower having to think about which number a window is on than to just type a tag name. Doesn't have to be fancy.
I tried adding this on the master branch, but my Lua's skills are practically non-existent (not to mention understanding the internals of awful). I'm sure this is rather simple to do. (I copied the rename function and tried to adapt, but it didn't work.)
Would it be hard to pop up a prompt to ask for the tag to switch to, and, if it's not "open" yet, do the same behavior as add()? I'm thinking something like emac's buffer switching. I keep too many tags open for the modkey-1, modkey-2 etc. to be useful. Also, it's a lot slower having to think about which number a window is on than to just type a tag name. Doesn't have to be fancy.
I tried adding this on the master branch, but my Lua's skills are practically non-existent (not to mention understanding the internals of awful). I'm sure this is rather simple to do. (I copied the rename function and tried to adapt, but it didn't work.)