-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
47 lines (39 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 =)