- Pdf Reader With Vim Key Bindings For Mac Os X
- Pdf Reader With Vim Keybindings For Mac Os X Free Download
- Pdf Reader With Vim Keybindings For Mac Os X Free
- Pdf Reader With Vim Keybindings For Mac Os X 10.4.11
- Pdf Reader With Vim Keybindings For Mac Os X Lion Free Download
- Pdf Reader With Vim Keybindings For Mac Os X 10.5.8
A PDF Reader and Note-taker for OS X Brought to you by: amaxwell, hofman, mmcc.
I'm learning Vim and with it came the urge to use 'hjkl' and friends on every other program, including mouse operated programs like browsers.
How can I use these keyboard shortcuts, or something similar?
I'm using Linux.
Ton van den Heuvelclosed as off-topic by Paul Roub, tripleee, Zoe, gre_gor, Stephen KennedyJun 6 '18 at 17:25
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on Super User.' – tripleee, gre_gor, Stephen Kennedy
25 Answers
Off the top of my head...
- Vimperator for Firefox.
- Awesome, WMII, Xmonad or ion3 window manager.
- Evince supports hjkl.
- vifm filemanager
- there are vi keybindings for readline, which enables them for many terminal apps
- xzgv image viewer
Gmail and several of the other Google apps natively support Vi-like motions.
Also, you might want to try Vimperator and, most definitely, Nethack!
Give scrotwm a try. It's a tiling window manager with vim-like bindings by default, written by coders who use vim!
And vimperator for Firefox makes my life much, much easier.
For Bourne-like shells (ksh, bash, ...) try set -o vi
to make your command line use vi keys.
File manager with vi movement key-bindings and much more: ranger.
plesivplesivZathura is a nice and small pdf reader and with built-in vim-like commands. It feels like you opened your pdf document in vim. (e.g.: the ':' button brings up the same prompt.)
CrooCrooOthers:
- ViEmu: plugin for Visual Studio, Word, Outlook, SQL Server
- KomodoEdit: developer's editor
- AbiWord: word processor
- Editra: developer's editor
- VimPlugin: plug Vim into Eclipse. I couldn't get it working under Windows or Mac OS X.
- Eclim: another Vim plugin for Eclipse.
- Viper: Old Vi emulator for Emacs
- Evil: Recent Vim emulator for Emacs
- IdeaVim: Vim emulator for the IntelliJ family of editors, RubyMine, PyCharm, etc.
If you use Eclipse, then viPlugin is the best vi-like editor for it.
I always stick the following two lines in my /etc/inputrc (or ~/.inputrc if I don't have root access):
EvanEvanViper works, but if you're used to Vim, it is lacking a lot of keybindings that will end up messing you up. Theres also jvi for Netbeans, which I find more complete than the Eclipse plugins. Kate also recently added Vi-emulation mode
I also consider xmonad, to be superior to Awesome, Ion etc.
Pdf Reader With Vim Key Bindings For Mac Os X

Lightweight (30k zpi) FimFx for Firefox - does less than Vimperator, but for a good reason.
ak.ak.Check out:
- dwb — a web browser
- ranger — a terminal-based file manager
- Zathura — a PDF viewer
- Vimium — a vim keybindings extension for Chrome(ium)
- Evil — the (in)famous Emacs plugin that turns Emacs into Vim, if you ever feel the need to do that
- i3, xmonad, dwm — tiling window managers that are controlled from the keyboard
You can use xmodmap to make win+hjkl to work as arrow keys.
Make a file named Xmodmap. Add the following content:
Load it using xmodmap Xmodmap
Note: Run xev to find out keycode for win key. 133 is just an example.
Qutebrowser hasn't been mentioned, which is much better than the plugins.
I used Ion as a window manager on Linux for a while. It uses keybindings similar to Vim to move between windows, if I recall correctly. It won't make your apps support hjkl movement, but the window manager is a place to start.
Dan OlsonDan OlsonApart from the already mentioned, you could also bind those keys to left... nd so on (with ahk). I've also noticed that several web apps use that movement keys (gmail, greader, ....)
RookRookTry keynav, for controlling the mouse pointer using your keyboard.
If you use mpd for listening to music, then I strongly recommend PIM
ivotronivotronGoogle Reader
respects jk
keybindings. I'm sure there are more that they support - feel free to edit my answer.
Shortcut Manager extension for chrome.
You can use something like this to configure basic vim movement keys:
Other useful snippets:
PonyEarsPonyEarsMutt - mail client - can be configured to move hjkl, i configure some more vim keys. take some time to configure as it's a bit different from other mail clients. Mutt is not Muttator, is a terminal GUI application.
cVim for chrome is awesome. I am currently using it.https://github.com/1995eaton/chromium-vim
Pdf Reader With Vim Keybindings For Mac Os X Free Download
Luja ShresthaLuja Shrestha(my answer to that question is an AutoHotKey script that will even get you proper search functionality with /, n, and N, but admittedly I haven't verified a port to Linux or Mac yet)