commit 966a3249a64c172849a8b3a9271aebe54f84adee parent 6b3002a8f4a076c8c015018f3fd053f85b73fb09 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 30 Apr 2019 13:36:37 +0200 Add sent with vim binding Diffstat:
M | .gitmodules | | | 3 | +++ |
M | .vim/plugin/keybinds.vim | | | 3 | +++ |
A | lib/sent | | | 1 | + |
3 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -19,3 +19,6 @@ [submodule "lib/fffs"] path = lib/fffs url = git@gitlab.com:admesg/fffs.git +[submodule "lib/sent"] + path = lib/sent + url = https://git.suckless.org/sent diff --git a/.vim/plugin/keybinds.vim b/.vim/plugin/keybinds.vim @@ -129,3 +129,6 @@ nnoremap <silent> [c :cprevious<cr> " <C-x><C-v>: vim command-line " <C-x><C-v>: omni completion " <C-x>s: spelling suggestions + +" show as presentation in sent +nnoremap <leader>S :w!<cr>:!sent <c-r>%<cr><cr> diff --git a/lib/sent b/lib/sent @@ -0,0 +1 @@ +Subproject commit 72d33d463fed7ba271961a6f91cae1fed8faa454