-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding git-jump peek #40
Open
evanchiu
wants to merge
79
commits into
cowboy:master
Choose a base branch
from
evanchiu:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evanchiu
commented
Sep 18, 2014
- Allows peeking to see the hash/branch, subject of the next commit
- Useful for determining whether to jump
- Peek previous is just git log
- Allows peeking to see the hash/branch, subject of the next commit - Useful for determining whether to jump - Peek previous is just git log
208862a
to
45688f9
Compare
- Updated readme - Removing git nonstandard colors, shortcuts - OS X: -- Adds boxen environment - Linux: -- Supports Ubuntu derrivatives: Elementary OS and Linux Mint -- Ubuntu gets the latest node from nodesource -- Ubuntu gets the latest git from the git-core ppa
- Custom .vimrc - Custom scripts
- The word dictionary is http://scrapmaker.com/data/wordlists/twelve-dicts/2of12.txt - For more information, see http://scrapmaker.com/data/wordlists/twelve-dicts/readme.html - The dictionary contains 39587 words that are just lowercase letters - This yields 39587^4 or 2455898220294264000 possible passwords - That's about 61 bits of entropy
- It's also set up to work properly with its dependencies
- vim-sensible for better defaults - Neocomplete for auto completion - Neosnippet for snippets - neosnippet-snippets for a baseline set of snippets
- Syntastic for syntax checking on the fly - Unite for file/buffer switching, yank ring, other features - Vimproc to support unite
…o source bullet train library
* ds for diff --staged * prune when fetch-fast-foward * Commit with emoji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.