README.md

October 21, 2024 ยท View on GitHub

qute2k

License People Stars Forks Watches Last Updated

The fastest and qutest browser ๐ŸŒ๐ŸŽ€

qute2k in action
qute2k in action

qute2k is a qutebrowser config that aims to make the browser fully keyboard navigable.

โœจ Features

  • Sane and easily expandable configs
  • Logical keybindings, inspired by vim (nvim2k)

โšก Setup

โš™๏ธ Requirements

  • 'qutebrowser' 3.0+

๐Ÿ’ป Installation

Installation is as simple as cloning and symlinking

# Clone Repo
git clone https://github.com/2kabhishek/qute2k

On Linux

ln -sfnv $PWD/qute2k $HOME/.config/qutebrowser

On Mac

ln -sfnv $PWD/qute2k $HOME/.qutebrowser

On Windows

New-Item -ItemType SymbolicLink -Path "$env:APPDATA\qutebrowser\config" -Target "$PWD\qute2k" -Force

๐Ÿš€ Usage

Launch qutebrowser after finishing installation steps.

Update variables section in config.py according to your needs.

Use vim keybindings and ex (:) commands for various actions.

โŒจ๏ธ Keybindings

All the configured keybindings can be found in the keybinding manual here.

๐Ÿง‘โ€๐Ÿ’ป Behind The Code

๐ŸŒˆ Inspiration

I have always wanted a mouse less workflow, but the browser was always a blocker, qute2k fixes it!!

๐Ÿ’ก Challenges/Learnings

  • The initial configuration process involved a lot of docs, but was worth it.

๐Ÿงฐ Tooling

  • dots2k โ€” Dev Environment
  • nvim2k โ€” Personalized Editor
  • sway2k โ€” Desktop Environment

More Info

  • nightblue โ€” A dark theme for Firefox, with userChrome support.

โญ hit the star button if you found this useful โญ

Source | Blog | Twitter | LinkedIn | More Links | Other Projects