" zsh filetype plugin
" Author: Greg Anders <greg@gpanders.com>
let b:undo_ftplugin = get(b:, 'undo_ftplugin', '')
" Z! execute line as shell command
" Inspired by the Shdo buffers from vim-dirvish
nnoremap <buffer> Z! ^"zyg_:!<C-R>z<CR>
let b:undo_ftplugin .= '|nun <buffer> Z!'