commit fea9c390b16b4978ef57b1e11ca35c6033c09eec
parent beb86aa8d10ba5066a19bbeaeac3f7483e53405f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 29 May 2018 14:07:46 -0400
Add wordy keybinds ]d and [d
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim
@@ -189,6 +189,10 @@ nnoremap <silent> [w :ALEPreviousWrap<cr>
nnoremap <silent> ]w :ALENextWrap<cr>
nnoremap <silent> ]W :ALELast<cr>
+" cycle through Wordy's writing dictionaries
+nnoremap <silent> ]d :NextWordy<cr>
+nnoremap <silent> [d :PrevWordy<cr>
+
" Add completion bindings (cycle with C-n, C-p), see :h ins-completion
" <C-x><C-l>: while line
" <C-x><C-n>: keywords in current file