Skip to content
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

Version 1.2! #99

Merged
merged 88 commits into from
Aug 28, 2017
Merged

Version 1.2! #99

merged 88 commits into from
Aug 28, 2017

Conversation

benknoble
Copy link
Owner

Description

See all the commits (or the release notes for 1.2 once those go up)

Related Issue

None except a bunch closed by this PR

Motivation and Context

I need to release this version

How Has This Been Tested?

Used by me a lot.

Behavior

Behaves as described.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have tested my feature as described in CONTRIBUTING.

When typing capital characters in a search pattern (like /Color instead
of /color), temporarily turn off 'ignorecase' (if it is on).

Closes #45
Use :Man <prog> to view a prog's manpage in vim. Or, use <Leader>K if
the cursor is on a word you want help for.

Closes #46
Use the option 'keywordprg' to determine what to run with `K`.

Closes #48
Use the list and listchars settings to control the display of
whitespace.

Closes #49
Use the option '[no]equalalways' to fix window behavior

Close #57
Also stop always starting with number on.

Close #59
Set and create as needed the directory to store undo files

Close #60
See the mapping for full documentation.

Close #65
Don't ask too many questions. Just mash <F9> if you don't want someone
to see what you're working on. It reverses itself, but use undo (u`z) if
you don't want to record your whole file changing.

Close #66
<Leader>b does the same as gb; that is, go to buffer

<Leader>r reloads vimrc
<Leader>R reloads vimrc and airline
*NOTE* I changed the function key for reloading to <F5>, like refresh

Close #68
I opted against leader-ing these because I use <Leader>- for Airline
buffer switching, and - is easier to type on it's own, and sans-leader
they don't break undo.

Close #73
Can't make airline plug mappings non-recursive or they break.

Close #74
Also fix capitalization of leader in some mappings.

Close #78
Unable to properly map winresizer due to how it handles key codes
instead of sequences.

Close #82
Fix #92

All "augroups" defined in my vimrc are now prefixed with
vimrc_$groupname, to make them easier to identify if needed later. They
are also organized more topically.
So I can more easily work with C files (hopefully)
Like things in/around () and {}

Learn Vimscript Hardway
Learn Vimscript Hardway
This gets really annoying when you want to follow links
Learn Vimscript Hardway
Triggered with <Leader>g, greps for the text covered by the motion in
the current project

Learn Vimscript Hardway
cn and cp are also mapped with Leader, so cl is easier than c by itself
Should be everything for 1.2
@benknoble benknoble added the vim label Aug 28, 2017
@benknoble benknoble added this to the Version 1.2 milestone Aug 28, 2017
@benknoble benknoble self-assigned this Aug 28, 2017
@benknoble benknoble merged commit 1abc50f into master Aug 28, 2017
@benknoble benknoble deleted the dev-1.2 branch August 28, 2017 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant