Disable urxvt tabbing, to replace with tmux

This commit is contained in:
Marty Oehme 2019-02-25 10:32:20 +01:00
parent 2da738f1a8
commit ecde934d1d

View file

@ -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