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

Initial vim work for 1.2 #89

Merged
merged 30 commits into from
Aug 2, 2017
Merged

Initial vim work for 1.2 #89

merged 30 commits into from
Aug 2, 2017

Conversation

benknoble
Copy link
Owner

Description

Changed a crap ton. I ain't about to detail it. Look through the commits.

Related Issue

See the commits...

Motivation and Context

It's part of release 1.2 Scribe.

How Has This Been Tested?

Tested as I went.

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
@benknoble benknoble added the vim label Aug 2, 2017
@benknoble benknoble added this to the Version 1.2 milestone Aug 2, 2017
@benknoble benknoble self-assigned this Aug 2, 2017
@benknoble benknoble merged commit ac34d28 into dev-1.2 Aug 2, 2017
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