vim

For discussion on all things (neo)vim.
martinklepsch 2020-03-04T15:40:41.034600Z

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 😅

martinklepsch 2020-03-04T15:42:26.035Z

Ah nevermind, it seems Gstatus does not take args

martinklepsch 2020-03-04T15:42:31.035200Z

:sadface:

dominicm 2020-03-04T15:44:39.035400Z

You don't need <Space> fwiw