commit c9d2852cecc62b2a9b85f613af8d9f9beafd16d3
parent cadffe6ea6ef1f63d80152afe7e06d85ea18b49a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 20 May 2019 08:59:53 +0200
Start sent in asynchronous mode
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/plugin/keybinds.vim b/.vim/plugin/keybinds.vim
@@ -136,7 +136,7 @@ nnoremap <silent> [c :cprevious<cr>
" <C-x>s: spelling suggestions
" show as presentation in sent
-nnoremap <silent><F5> :w!<cr>:!sent <c-r>%<cr><cr>
+nnoremap <silent><F5> :w!<cr>:Start! sent <c-r>%<cr><cr>
" save current session
" (open with `vim -S <sessionname>.vim` or :source <sessionname>