aboutsummaryrefslogtreecommitdiffstats
path: root/glide
Commit message (Collapse)AuthorAgeFilesLines
* glide/sitesearch: Properly load urlsGravatar Tom Willemse40 hours1-1/+1
|
* glide: Add extension for workGravatar Tom Willemse40 hours1-1/+2
|
* glide: Move sitesearch function to own fileGravatar Tom Willemse40 hours2-148/+148
|
* glide: Add favicons and topsitesGravatar Tom Willemse3 days1-6/+23
|
* glide/tabbar: Update tab bar when window focus changesGravatar Tom Willemse3 days1-1/+5
|
* glide: Reorder options in url picker, show all bookmarksGravatar Tom Willemse4 days1-9/+10
|
* glide: Load tabbar from separate fileGravatar Tom Willemse4 days2-252/+253
|
* glide: Show current window's tabs count in status barGravatar Tom Willemse4 days1-3/+4
|
* glide: keyboard_quit: Also close the command-lineGravatar Tom Willemse4 days1-0/+4
|
* glide: Bind keyboard_quit in command and normal modes as ↵Gravatar Tom Willemse4 days1-1/+1
| | | | well
* glide: Create a new tab when a new tab is openedGravatar Tom Willemse4 days1-1/+2
|
* glide: Add command to toggle reader modeGravatar Tom Willemse2026-03-081-0/+6
|
* glide: Show current/total tabs in status barGravatar Tom Willemse2026-03-081-1/+2
|
* glide: Add status barGravatar Tom Willemse2026-03-081-0/+250
|
* glide: Add quit keybindingGravatar Tom Willemse2026-03-081-0/+2
|
* glide: Add some window splitting functionsGravatar Tom Willemse2026-03-081-0/+42
|
* glide: Convert some keybindings to excmdsGravatar Tom Willemse2026-03-061-18/+26
| | | | This way they look nicer in ‘:map’, ‘:’, and can be reused.
* glide: Open new tab, not windowGravatar Tom Willemse2026-02-271-1/+1
|
* glide: Add function to install add-ons only for personal useGravatar Tom Willemse2026-02-271-0/+4
|
* glide: Add bookmark management commandsGravatar Tom Willemse2026-02-241-0/+31
|
* glide: Fix getting the browser tabGravatar Tom Willemse2026-02-241-1/+1
|
* glide: Fix typoGravatar Tom Willemse2026-02-241-1/+1
|
* glide: Add new tab command with more featuresGravatar Tom Willemse2026-02-241-0/+131
|
* glide: Add function to pick a heading to showGravatar Tom Willemse2026-02-231-0/+89
| | | | | Got it from the configuration showcase: https://github.com/glide-browser/glide/discussions/147#discussioncomment-15617575
* glide: Go to insert mode after opening findbarGravatar Tom Willemse2026-02-201-0/+2
|
* glide: Add keybinding for tab_reopenGravatar Tom Willemse2026-02-201-0/+1
|
* glide: Add keybindings for searchingGravatar Tom Willemse2026-02-201-0/+35
|
* glide: Fix ‘open_or_activate’ for specific urlsGravatar Tom Willemse2026-02-121-3/+3
| | | | | | | | | | If the hostname is found, but the rest of the path is not, then open a new tab. Before it would assume that if we found the hostname we would also find the path, because when there is no path this is always true, but when we get open_or_activate for (for example) ‘https://github.com/ryuslash/yoshi-theme’ and there is another tab open on ‘https://github.com/emacs-slack/emacs-slack’ we can find the host, but not the path.
* glide: Install ublock originGravatar Tom Willemse2026-02-101-0/+2
|
* Glide: Add command to open a new tabGravatar Tom Willemse2026-02-101-0/+1
|
* glide: Add configuratonGravatar Tom Willemse2026-02-081-0/+122