Commit 7dca40b4f733cef84ba8b057ee751e0a95c0622f Parent: b5935578a6816763e0ff28b7f6ba84779fba7755 Author: Matt Colligan <matt@edra.ai> Date: 2026-01-08 14:11:20 +0000 Committer: Matt Colligan <matt@edra.ai> Committed: 2026-01-08 14:11:20 +0000 more
start/self/plugin/keybindings.vim Modified
@@ -144,3 +144,9 @@ " buffer write close nnoremap <silent> <leader><BS> :write<CR>:BuffCls<CR> + +" pg_format visual blocks with Ctrl-f +"vmap <C-f> <ESC>:'<,'>! pg_format --comma-break --redundant-parenthesis --format-type<CR> + +"buffer close window +autocmd FileType ale-preview-selection nnoremap <buffer> <Esc> :close<CR>