How can I commit files currently displayed in Vim with fugitive? 21/12/2018 • Fugitive.vim, vim • Por Alfonso Sánchez Uzábal Can use :Gwrite and :windo to skip the :Gstatus window to make this a bit faster. You can also skip the whole commit window by using the -m flag. e.g. :Gcommit -m «A short message» Fuente Ir al contenido original Compartir