Skip to content
  • Carlos Garnacho's avatar
    Add @binding-set rules to the CSS parser · dbff92fd
    Carlos Garnacho authored
    these custom rules can be used to define key themes
    as in the RC files, a series of bind/unbind rules
    may be added then:
    
    @binding foo-bar {
      bind "<alt>1" { "move-cursor" (visual-positions, 1, 0) };
      unbind "<ctl>d"
    }
    dbff92fd