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 $