stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

Add ability to create and cycle through tabs via user commands #1

Closed smerrill closed 13 years ago

smerrill commented 13 years ago

With this patch, users can define their own mappings to add a new tab or cycle through them. I happen to be using them to emulate my muscle memory that (Command|Meta)-T should open new tabs and (Command|Meta)-{ and (Command|Meta)-} should cycle through tabs, like so:

# Tabbed browsing that jives with my Mac OS X-learned muscle memory.
urxvt.keysym.M-t:          perl:tabbedex:new_tab
urxvt.keysym.M-braceright: perl:tabbedex:next_tab
urxvt.keysym.M-braceleft:  perl:tabbedex:prev_tab
smerrill commented 13 years ago

Commit cfc300c includes a fix to user_commands not propagating to other extension packages when the mouse was outside the urxvt terminal window.

stepb commented 13 years ago

Thanks. I'll make a release and update the plugin on Arch's AUR when I next get a moment.