From 585a23a9466254ad73ef2e0c88f710bcc8ce55d8 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 30 Oct 2020 13:40:17 +0000 Subject: [PATCH] Add shortcuts to jump to the start and end of the line --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index b6b1560..8b69e98 100644 --- a/vimrc +++ b/vimrc @@ -24,6 +24,8 @@ endif nmap inoremap +inoremap ^ +inoremap $ inoremap :w inoremap inoremap