Disable urxvt tabbing, to replace with tmux
This commit is contained in:
parent
2da738f1a8
commit
ecde934d1d
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ URxvt.scrollWithBuffer: false
|
||||||
URxvt.skipScroll: true
|
URxvt.skipScroll: true
|
||||||
|
|
||||||
!Extensions
|
!Extensions
|
||||||
URxvt.perl-ext-common: default,matcher,tabbed
|
!Tabbing disabled by default (TMUX used for tabbed terminals)
|
||||||
|
!to enable tabbing comment the bottom line and uncomment the one above.
|
||||||
|
!URxvt.perl-ext-common: default,matcher,tabbed
|
||||||
|
URxvt.perl-ext-common: default,matcher
|
||||||
|
|
||||||
! Link Clicking
|
! Link Clicking
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
|
|
Loading…
Reference in a new issue