dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d6aab5e6ae694c95f298a544c03fab10598e3f44
parent d521f011e2573456f061cc809653683e27de29ca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 31 Dec 2018 12:48:55 +0100

Add EasyAlign bindings, select todo by default in calcurse

Diffstat:
Mlinks/.calcurse/conf | 4++--
Mlinks/.vim/plugin/keybinds.vim | 4++++
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/links/.calcurse/conf b/links/.calcurse/conf @@ -1,13 +1,13 @@ appearance.calendarview=monthly appearance.compactpanels=no -appearance.defaultpanel=calendar +appearance.defaultpanel=todo appearance.layout=5 appearance.notifybar=yes appearance.sidebarwidth=0 appearance.theme=blue on default appearance.todoview=show-completed daemon.enable=yes -daemon.log=no +daemon.log=yes format.inputdate=1 format.notifydate=%a %F format.notifytime=%T diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -173,6 +173,10 @@ xnoremap <Leader>V "+P " align things into columns interactively xnoremap <silent> <Enter> :EasyAlign<cr> +" Start interactive EasyAlign in visual mode (e.g. vipga) +xnoremap ga <Plug>(EasyAlign) +" Start interactive EasyAlign for a motion/text object (e.g. gaip) +nnoremap ga <Plug>(EasyAlign) nnoremap <leader>S :Startify<cr> let g:startify_custom_header =