README.md
October 21, 2024 ยท View on GitHub
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
More Info
- nightblue โ A dark theme for Firefox, with
userChromesupport.
โญ hit the star button if you found this useful โญ
Source | Blog | Twitter | LinkedIn | More Links | Other Projects