Glide is in very early alpha. There will be many missing features and bugs.

Excmds

:back

Go back one page in history

:forward

Go forward one page in history

:reload

Reload the current page

:reload_hard

Reload the current page, bypassing the cache

:quit

Close all windows

:clear

Clear all notifications

:set

Set an option

:profile_dir

Show the current profile directory

:config_edit

Open the config file in the default editor

:config_path

Show the config file path

:config_reload

Reload the config file

:config_init

Initialise a config dir with all the necessary setup

:css_edit

Open the userChrome.css file in the default editor

:repeat

Repeat the last invoked command. In general only applies to "mutative" commands

:map

Show all mappings

:unmap

Remove a mapping from normal mode

:nunmap

Remove a mapping from normal mode

:iunmap

Remove a mapping from insert mode

:tab

Switch to the given tab index

:tab_new

Create a new tab with the given URL or the default new tab page if not provided

:tab_close

Close the current tab

:tab_next

Switch to the next tab, wrapping around if applicable

:tab_prev

Switch to the previous tab, wrapping around if applicable

:commandline_show

Show the commandline UI

:commandline_toggle

Toggle the commandline UI

:commandline_focus_next

Focus the next completion in the commandline

:commandline_focus_back

Focus the previous completion in the commandline

:commandline_delete

Delete the focused commandline completion

:commandline_accept

Accept the focused commandline completion

:url_yank

Yank the URL of the current tab to the clipboard

:echo

Log the given arguments to the console

:mode_change

Change the current mode

:caret_move

Move the text caret

:visual_selection_copy

Copy the currently selected text to the clipboard & change to normal mode

:help

Open the docs

:tutor

Open the Glide tutorial

:repl

Start the config REPL

:keys

Synthesize the given key sequence as if they were actually pressed

:r

Replace the current character

:scroll_top

Scroll to the top of the window

:scroll_page_down

Scroll down by 1 page (the size of the viewport)

:scroll_page_up

Scroll up by 1 page (the size of the viewport)

:scroll_bottom

Scroll to the bottom of the window

:blur

Blur the active element

:focusinput

Focus an input element based on the given filter

:hint

Show hint labels for jumping to clickable elements

:hints_remove

Remove all hint labels and exit hint mode

:execute_motion

Used from op-pending mode to execute a motion.

:motion

Execute a given motion (internal)

:undo

Undo the most recent edit

:redo

Redo the most recent undo