Commit 3d87a64def19ac606ca6a5f14ae25541ccde227c Parent: 7dca40b4f733cef84ba8b057ee751e0a95c0622f Author: Matt Colligan <matt@edra.ai> Date: 2026-02-25 19:49:45 +0000 Committer: Matt Colligan <matt@edra.ai> Committed: 2026-02-25 19:49:45 +0000 more
start/self/plugin/keybindings.vim Modified
@@ -126,7 +126,7 @@ nmap <silent> <C-i> <Plug>(ale_find_references) nmap <silent> <C-]> <Plug>(ale_go_to_definition) nmap <silent> <C-f> <Plug>(ale_fix) -nmap <silent> <leader>r :ALERename<CR> +nmap <silent> <leader>r :ALERename \| w<CR> " telescope nnoremap <silent> <C-p> :Telescope git_files<CR> @@ -135,9 +135,6 @@ " CtrlP (in addition to the default Ctrl-p binding) nnoremap <silent> <C-o> :CtrlPTag<CR> -" blamer -nnoremap <A-b> :BlamerToggle<CR> - " marks nnoremap mm mM nnoremap `m `M