https://github.com/EESchneider/vim-rebase-mode
Provide useful hotkeys for rebase -i
https://github.com/EESchneider/vim-rebase-mode
git vim vim-plugin vim-plugins
Last synced: 11 months ago
JSON representation
Provide useful hotkeys for rebase -i
- Host: GitHub
- URL: https://github.com/EESchneider/vim-rebase-mode
- Owner: EESchneider
- Created: 2017-04-19T14:16:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T14:29:54.000Z (about 9 years ago)
- Last Synced: 2024-11-25T05:30:27.628Z (over 1 year ago)
- Topics: git, vim, vim-plugin, vim-plugins
- Language: Vim script
- Homepage:
- Size: 0 Bytes
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is for me to organize my .vimrc slightly. I guess it's public, so... if you really want these half-dozen lines, you know how to install plugins.
Maps things for `rebase -i` purposes
Maps:
p = pick
r = reword
e = edit
s = squash
f = fixup
x = exec
d = drop