From 8257919fda65f50fa5ce1e3249f3527fbb6749ae Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 7 Jan 2020 14:05:24 +0100 Subject: [PATCH] Remap Q to execute macro Previously mapped to ex mode, which I don't need as a quick access mapping. --- nvim/.config/nvim/maps.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim/.config/nvim/maps.vim b/nvim/.config/nvim/maps.vim index a047ecd..5d9da2d 100644 --- a/nvim/.config/nvim/maps.vim +++ b/nvim/.config/nvim/maps.vim @@ -15,6 +15,10 @@ nnoremap " since u undoes, would it not make sense that U redoes? nnoremap U +" I don't particularly need ex mode (at least, yet) but faster macro access +" is nice +nnoremap Q @ + " stronger versions of left,right - move all the way to beginning/end of line nnoremap H ^ nnoremap L $