theHamsta / vim-rebase-mode

Provide useful hotkeys for rebase -i

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provide useful hotkeys for rebase -i


Languages

Language:Vim Script 100.0%