Skip to content

Git interactive rebase Strings

Toby Foster edited this page May 26, 2020 · 2 revisions
autocmd FileType gitrebase let b:switch_custom_definitions =
    \ [
    \   [ 'pick', 'reword', 'edit', 'squash', 'fixup', 'exec', 'drop' ]
    \ ]
Clone this wiki locally