aboutsummaryrefslogtreecommitdiff
path: root/keybindings.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show number of highlights in window titlesitting332024-04-251-0/+2
| | | | | Co-authored-by: Simon Ser <contact@emersion.fr> Closes: https://todo.sr.ht/~emersion/gamja/134
* Add buffer switcherSimon Ser2023-06-081-0/+8
|
* keybindings: fix error on alt+hSimon Ser2022-02-121-6/+8
| | | | | | Fixes the following JS error: TypeError: e.setReceipt is not a function
* Update buffer store when marking all buffers as readSimon Ser2021-08-251-0/+9
|
* s/var/let/Simon Ser2021-06-101-11/+11
|
* Make Alt+ArrowUp and Alt+ArrowDown wrap aroundSimon Ser2021-05-311-17/+16
|
* Order buffers by priority in Alt+aSimon Ser2021-05-311-3/+7
|
* Fallback to first server buffer in Alt+a keybindSimon Ser2021-05-311-3/+12
| | | | Previously we switched to the server buffer for the current network.
* Fix Alt+h messing up all buffersSimon Ser2021-05-311-1/+1
|
* Make all resource paths relativeSimon Ser2021-03-021-1/+1
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Take a buffer ID in switchBufferSimon Ser2021-01-211-6/+6
|
* Make Alt+a fallback to server bufferSimon Ser2020-08-131-2/+4
|
* Add Alt+Up/Down key bindingsSimon Ser2020-08-031-0/+33
|
* Add keybinding to jump to next unread bufferSimon Ser2020-07-231-0/+14
|
* Add keybinding infrastructureSimon Ser2020-07-231-0/+50