diff --git a/docs/Config.md b/docs/Config.md index 1be7d43cd..17194e60c 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -189,94 +189,25 @@ If you have issues with a light terminal theme where you can't read / see the te ![border example](/docs/resources/colored-border-example.png) -## For Colemak Users: +## Example Keybindings For Colemak Users: ```yaml keybinding: universal: - quit: 'q' - quit-alt1: '' # alternative/alias of quit - return: '' # return to previous menu, will quit if there's nowhere to return - quitWithoutChangingDirectory: 'Q' - togglePanel: '' # goto the next panel - prevItem: '' # go one line up - nextItem: '' # go one line down - prevItem-alt: 'k' # go one line up - nextItem-alt: 'j' # go one line down - prevBlock: '' # goto the previous block / panel - nextBlock: '' # goto the next block / panel - prevBlock-alt: 'h' # goto the previous block / panel - nextBlock-alt: 'l' # goto the next block / panel - optionMenu: 'x' # show help menu - optionMenu-alt1: '?' # show help menu - select: '' - remove: 'd' - new: 'n' - edit: 'e' - openFile: 'o' - scrollUpMain: '' # main panel scrool up - scrollDownMain: '' # main panel scrool down - scrollUpMain-alt1: 'K' # main panel scrool up - scrollDownMain-alt1: 'J' # main panel scrool down - scrollUpMain-alt2: '' # main panel scrool up - scrollDownMain-alt2: '' # main panel scrool down - createRebaseOptionsMenu: 'm' - pushFiles: 'P' - pullFiles: 'p' - refresh: 'R' - createPatchOptionsMenu: '' + prevItem-alt: 'u' # go one line up + nextItem-alt: 'e' # go one line down + prevBlock-alt: 'n' # goto the previous block / panel + nextBlock-alt: 'i' # goto the next block / panel + new: 'k' + edit: 'o' + openFile: 'O' + scrollUpMain-alt1: 'U' # main panel scrool up + scrollDownMain-alt1: 'E' # main panel scrool down + scrollDownMain-alt2: '' # main panel scrool down status: - checkForUpdate: 'u' - recentRepos: 's' + checkForUpdate: '' files: - commitChanges: 'c' - commitChangesWithoutHook: 'w' # commit changes without pre-commit hook - amendLastCommit: 'A' - commitChangesWithEditor: 'C' - ignoreFile: 'i' - refreshFiles: 'r' - stashAllChanges: 's' - viewStashOptions: 'S' - toggleStagedAll: 'a' # stage/unstage all - viewResetOptions: 'D' - fetch: 'f' - executeCustomCommand: 'X' - branches: - createPullRequest: 'o' - checkoutBranchesByName: 'c' - forceCheckoutBranch: 'F' - rebaseBranch: 'r' - mergeIntoCurrentBranch: 'M' - FastForward: 'f' # fast-forward this branch from its upstream - pushTag: 'P' - nextBranchTab: ']' - prevBranchTab: '[' - setUpstream: 'u' # set as upstream of checked-out branch + ignoreFile: 'I' commits: - squashDown: 's' - renameCommit: 'r' - renameCommitWithEditor: 'R' - resetToThisCommit: 'g' - fixupCommit: 'f' - createFixupCommit: 'F' # create fixup commit for this commit - squashAboveCommits: 'S' - moveDownCommit: '' # move commit down one - moveUpCommit: '' # move commit up one - amendToCommit: 'A' - pickCommit: 'p' # pick commit (when mid-rebase) - revertCommit: 't' - cherryPickCopy: 'c' - cherryPickCopyRange: 'C' - pasteCommits: 'v' - viewCommitFiles: '' - tagCommit: 'T' - stash: - popStash: 'g' - commitFiles: - checkoutCommitFile: 'c' - main: - toggleDragSelect: 'v' - toggleDragSelect-alt: 'V' - toggleSelectHunk: 'a' - PickBothHunks: 'b' - undo: 'z' + moveDownCommit: '' # move commit down one + moveUpCommit: '' # move commit up one ```