Fork me on GitHub
#vim
<
2020-03-04
>
martinklepsch15:03:41

I’m trying to pass an option to a fugitive mapping:

nmap <Leader>gs :Gstatus<Space>-uno<CR>
but with that mapping I get E488: Trailing characters Googling for how to have a space in commands wasn’t particularly successful 😅

martinklepsch15:03:26

Ah nevermind, it seems Gstatus does not take args

dominicm15:03:39

You don't need <Space> fwiw