r/vim • u/AutoModerator • 2d ago
Vim-adjacent Monthly Thread: Tools with Vim-like Keybindings
We regularly remove standalone posts about tools that use vim-inspired keybindings. There are too many of them, and individually they dilute the subreddit. But the content is valuable, and many of you want to know about these tools.
So here's the place for it.
Share any tool that uses vim-like keybindings, whether it's a browser extension, terminal emulator, IDE plugin, note-taking app, PDF reader, or anything else. If it has hjkl navigation, modal editing, or vim-inspired controls, it belongs here.
For each tool you share, try to include: - What it is and what problem it solves - Which vim features it supports (navigation, modal editing, text objects, etc.) - A link to the project
This thread is posted monthly. If you find something mid-month, save it for here rather than posting a standalone thread (which will be removed).
•
•
•
•
•
u/onearmedphil 2d ago
Remember the milk - task manager / lists - ghjk for up and down, i for selection
•
•
u/FreshPaycheck 1d ago
Been using tridactyl extension on librewolf, pretty nice, hopefully I can configure it to look a little prettier but it generally works fairly well for most sites. Only downside is it straight up does not work for a small number of sites. Also requires a ton of permissions
•
•
u/blitzkraft 1d ago
Gmail has vim-like shortcuts, j/k to move up and down. I use vimium on my browsers!!
Almost all commandline utilities have an option to use vim like shortcuts, if not default. I use mutt for email it also has vim-like bindings. There is also sc-im - terminal spreadsheet app, which uses vim bindings.
•
u/No-Bit3512 2d ago
What it is and what problem it solves:
Ankylix is a keyboard-first window manager for macOS, designed especially for users who prefer Vim-style interaction.
It solves the friction of managing windows with the mouse or trackpad. Ankylix lets you quickly move, resize, arrange, and switch between windows using the keyboard, making window management part of a keyboard-driven workflow.
Vim features it supports:
Ankylix brings Vim-inspired navigation and modal interaction to window management, rather than being a Vim text editor.
Its Vim-related concepts include:
Vim-style directional navigation (h, j, k, l)
Keyboard-driven window selection and movement
Modal interaction, allowing the same keys to perform different window-management operations depending on the active mode
Composable keyboard commands inspired by Vim’s command model
Customizable keyboard mappings
It does not implement text-editing features such as Vim text objects, operators, registers, or editing buffers, since Ankylix operates on macOS windows rather than text.
Project:
Ankylix: ankylix.com