rxvt-tabbed-new
rxvt-tabbed-new copied to clipboard
New tabs perl plugin for rxvt-unicode.
New tabs perl plugin for rxvt-unicode.
Diff with original 'tabbed' plugin:
- better tab looking
- better tab controlling
- tab renaming
- default tab name is user@host.
Installation
Simply run:
$ sudo make install
Run
~~~
Simply run:
$ urxvt -pe tabbed_new
or add 'tabbed_new' to 'URxvt.perl-ext-common' param in ~/.Xdefaults file
Configure
~~~~~~~~~
add this params to ~/.Xdefaults file (tabs colors):
URxvt.tabbed_new.tabren-bg: 3
URxvt.tabbed_new.tabdiv-fg: 8
URxvt.tabbed_new.tabbar-fg: 8
URxvt.tabbed_new.tabbar-bg: 0
URxvt.tabbed_new.tabsel-fg: 1
URxvt.tabbed_new.tabsel-bg: 8
URxvt.tabbed_new.tab-fg: 0
URxvt.tabbed_new.tab-bg: 8
Usage
~~~~~
Mod4+T - create new tab
Mod4+N - rename corrent tab (keys for control renaming:
Esc, Enter, Left, Right, Home, End, Backspace, Delete)
Ctrl+Tab - move to next tab (continious)
Mod4+Left - move to previous tab
Mod4+Right - move to next tab
Mod4+Ctrl+Left - move current tab to left
Mod4+Ctrl+Right - move current tab to right
Todo
~~~~
- nothing to do =)