Glide is in very early alpha. There will be many missing features and bugs.
An extensible and keyboard-focused web browser.
Features:
- Navigate the web with just a keyboard
- Modal based keymaps
- TypeScript config
- Web extensions API support
- Fuzzy tab manager (try it with <space><space>)
- Site specific settings / keymaps
- ... and more
Download
Default keymappings
All mappings work in normal mode unless otherwise specified.
The default <leader> key is <space>
Navigation & Scrolling
h Move caret left j Move caret down k Move caret up l Move caret right gg Scroll to top of page G Scroll to bottom of page <C-d> Scroll page down <C-u> Scroll page up <C-h> Go back in history <C-l> Go forward in history <C-o> Jump back in jumplist <C-i> Jump forward in jumplist
Links & Hints
f Follow link (hint mode) F Follow link in new tab <leader>f Hint browser UI elements gi Focus last input field gI Focus the biggest editable element
Page Actions
<leader>r Reload page <leader>R Hard reload page yy Copy current URL u Undo . Repeat last command
Tabs
<leader>d Close tab <C-j> Next tab <C-k> Previous tab
Commandline
: Open command line <leader><leader> Search open tabs <Tab> Next completion [command] <S-Tab> Previous completion [command] <Enter> Execute command [command] <C-d> Delete tab [command]
Mode Switching
i Enter insert mode (cursor left) a Enter insert mode (after cursor) A Enter insert mode (end of line) v Enter visual mode <Esc> Exit to normal mode <S-Esc> Toggle ignore mode
Text Editing
d Delete (operator) c Change (operator) x Delete character X Delete character & move backwards s Delete character & enter insert mode r Replace character o Open new line below
Motions
w Next word W Next WORD e End of word b Previous word B Previous WORD 0 Start of line $ End of line { Previous paragraph } Next paragraph
Visual Mode
h Extend selection left l Extend selection right d Delete selection y Copy selection