LET'S ROCK
- system keymap
- 全局键位映射 emacs
- mac/ builtin
- windows/ xkeymacs
- 物理键位替换
- mac/ (seil & karabiner)
- windows/ regedit
- 全局键位映射 emacs
- editor
- vim
- terminal emulator
- tmux -> vi mode
- browser
- firefox
- <del>vimperator</del>
- chrome
- <del>vimium</del>
- firefox
- hardware
- hhkb pro
ISSUE
browser
how can I return focus from the address bar to the page? (works for chrome and firefox)
Ctrl+l
(Cmd
for osx) focus to address bar
now, how to go back to the page
solution 1
Ctrl+f
(search, alsoCmd
for osx)- Any single character -- might as well search for an "f" on the page since your finger is already there
Esc
to cancel the search
solution 2
Typing "javascript:" (without quotes) and then enter will move focus back to the page. OK, so that's one solution. That's however not very nice as you would have to do a lot of typing. Now what you can do is add a new search engine with a short keyword, like "u", and set the search string to be "javascript:". Then you can type in "u" and then enter to move focus back to the page without jumping around.
ref: