From 0984df24ba9a13c3325707b9f4bfa3e723e23c73 Mon Sep 17 00:00:00 2001 From: nikitavoloboev Date: Mon, 25 Jul 2016 21:54:05 +0200 Subject: [PATCH] :sparkles: --- README.md | 62 ------------------------------------------------------- 1 file changed, 62 deletions(-) diff --git a/README.md b/README.md index def20ca9..6c8a9465 100644 --- a/README.md +++ b/README.md @@ -108,65 +108,3 @@ As mentioned before I find [Alfred](https://www.alfredapp.com) with its ability 8. [Safari Search](https://dl.dropboxusercontent.com/u/6749767/Alfred/Workflows/Search%20Safari.alfredworkflow) (use it all the time now, can instantly search through any bookmarks that I have saved in Safari as well as go through my history. The search is instant and very accurate, it also learns from what you usually choose.) 9. [Spotify Mini Player](http://www.packal.org/workflow/spotify-mini-player) (mentioned it briefly above, but this is an absolutely phenomenal tool that allows me to essentially control through the entirety of Spotify client through a quick Alfred prompt) (very powerful workflow) -##My Keyboard Bindings - -Here are the keyboard bindings that I use on my system to globally access any application, workflow or macro that I need. Take a look [my dotfiles](https://github.com/nikitavoloboev/dotfiles) to get an understanding how I have set up my keys to work for me. - -###Global Hotkeys - -| Keyboard Binding | Action | Mapping Name | -| --- | --- | --- | -| **Movement** | | | -| "j" | scroll down | scrollDown | -| "k" | scroll up | scrollUp | -| "h" | scroll left | scrollLeft | -| "l" | scroll right | scrollRight | -| "d" | scroll half-page down | scrollPageDown | -| "e", "u" | scroll half-page up | scrollPageUp | -| "shift+d" | scroll full-page down | scrollFullPageDown | -| "shift+e" | scroll full-page up | scrollFullPageUp | -| "shift+g" | scroll to bottom of the page | scrollToBottom | -| "g g" | scroll to top of the page | scrollToTop | -| "0" | scroll to the left of the page | scrollToLeft | -| "$" | scroll to the right of the page | scrollToRight | -| "g i" | go to the first input box | goToInput | -| **Miscellaneous** | | | -| "r" | reload the current tab | reloadTab | -| "z i" | zoom page in | zoomPageIn | -| "z o" | zoom page out | zoomPageOut | -| "z 0" | zoom page to original size | zoomOrig | -| "g r" | open Safari reader if possible | openReader | -| "g v" | show sVimrc page | showsVimrc | -| "g ?" | open help page in new tab | help | -| **Tab Navigation** | | | -| "g t", "shift+k" | navigate to the next tab | nextTab | -| "g shift+t", "shift+j" | navigate to the previous tab | previousTab | -| "g 0" | go to the first tab | firstTab | -| "g $" | go to the last tab | lastTab | -| "g l" | go to the last active tab that's still open | lastActiveTab | -| "x" | close the current tab | quit | -| "g x shift+t" | close the tab to the left of the current tab | closeTabLeft | -| "g x t" | close the tab to the right of the current tab | closeTabRight | -| "g x 0" | close all tabs to the left of the current tab | closeTabsToLeft | -| "g x $" | close all tabs to the right of the current tab | closeTabsToRight | -| "shift+x" | open the last closed tab | lastClosedTab | -| "ctrl+shift+x" | open the last closed tab in background | lastClosedTabBackground | -| "t" | open new tab | newTab | -| "shift+h" | go back in history | goBack | -| "shift+l" | go forward in history | goForward | -| "shift+," | move current tab left | moveTabLeft | -| "shift+." | move current tab right | moveTabRight | -| "g u" | navigate to parent directory | parentDirectory | -| "g shift+u" | navigate to top directory | topDirectory | -| "g d" | navigate to parent domain | parentDomain | -| "g h" | navigate to home page | homePage | -| **Window Navigation** | | | -| "w" | open new window | newWindow | -| "g w" | navigate to the next window | nextWindow | -| "g shift+w" | navigate to the previous window | previousWindow | -| **Modes** | | | -| "escape", "ctrl+\[" | enter normal mode | normalMode | -| "i" | enter insert mode | insertMode | -| **Link Hints** | | | -| "f" | open link in current tab | createHint | -| "shift+f" | open link in new background tab | createTabbedHint |