Results 19 issues of crows

Regular expression is too hard to write, use and debugging, even to exprienced developers! So I want to use template string to configure episode to replace reguar expression. ``` episode...

enhancement

documentation

```lua win = { hl = tabby.hl:from('TabLine'), label = { '', tabby.win.name:unique() }, ``` * improve win's name API to support chain calling

enhancement

```lua tab = { hl = tabby.hl:from('TabLine'), outline = { left = '', right = '' }, active = { border = { color = 'red', text = '|' },...

enhancement

```lua tab = { hl = tabby.hl:from('TabLine'), label = { '', tabby.tab.number, tabby.tab.name, tabby.tab.close_btn('x') }, join = ' ', ```

enhancement

for better default config

enhancement

**Is your feature request related to a problem? Please describe.** * open vim in directory A * use `:cd` to directory B (my be use in GUI nvim) * do...

enhancement

**Is your feature request related to a problem? Please describe.** * Some non-file buffer, I want to store/restore it more accurately with my customized config. * I'm writing a tabline...

enhancement