Show number of highlights in window title

Co-authored-by: Simon Ser <contact@emersion.fr>
Closes: https://todo.sr.ht/~emersion/gamja/134
This commit is contained in:
sitting33 2024-04-25 16:47:53 +02:00 committed by Simon Ser
parent 8faff95631
commit 0b7726819d
2 changed files with 26 additions and 2 deletions

View file

@ -40,6 +40,8 @@ export const keybindings = [
});
});
return { buffers };
}, () => {
app.updateDocumentTitle();
});
},
},