Commit graph

17 commits

Author SHA1 Message Date
Simon Ser
b67cd10c64 Remove usage of == and != 2024-10-14 00:56:36 +02:00
Simon Ser
6693cc0c78 Remove unused variables 2024-09-28 21:43:23 +02:00
sitting33
0b7726819d Show number of highlights in window title
Co-authored-by: Simon Ser <contact@emersion.fr>
Closes: https://todo.sr.ht/~emersion/gamja/134
2024-04-25 16:49:19 +02:00
Simon Ser
44a064274d Add buffer switcher 2023-06-08 15:07:28 +02:00
Simon Ser
5f8cd976e6 keybindings: fix error on alt+h
Fixes the following JS error:

    TypeError: e.setReceipt is not a function
2022-02-12 10:05:58 +01:00
Simon Ser
73a2bcab94 Update buffer store when marking all buffers as read 2021-08-25 08:47:35 +02:00
Simon Ser
8972130252 s/var/let/ 2021-06-10 18:11:11 +02:00
Simon Ser
9affdb894f Make Alt+ArrowUp and Alt+ArrowDown wrap around 2021-05-31 19:21:54 +02:00
Simon Ser
e38f35c578 Order buffers by priority in Alt+a 2021-05-31 18:26:04 +02:00
Simon Ser
e76e71c968 Fallback to first server buffer in Alt+a keybind
Previously we switched to the server buffer for the current network.
2021-05-31 13:24:23 +02:00
Simon Ser
8fbc0a5c62 Fix Alt+h messing up all buffers 2021-05-31 10:46:41 +02:00
Simon Ser
80e0175d36 Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
2021-03-02 22:46:48 +01:00
Simon Ser
ffed801b0e Take a buffer ID in switchBuffer 2021-01-21 22:15:33 +01:00
Simon Ser
012b9f515a
Make Alt+a fallback to server buffer 2020-08-13 15:41:38 +02:00
Simon Ser
aaa33d7f36
Add Alt+Up/Down key bindings 2020-08-03 15:49:30 +02:00
Simon Ser
78140240cc
Add keybinding to jump to next unread buffer 2020-07-23 10:14:11 +02:00
Simon Ser
2951c7810f
Add keybinding infrastructure 2020-07-23 10:06:12 +02:00