From 8fece2f9911ad4a0ac6acfb0ebbbdd5276e10a9e Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Thu, 14 May 2020 17:56:49 +0000 Subject: [PATCH] added home/end mapping to vimrc. --- one-time-stuff/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/one-time-stuff/vim/vimrc b/one-time-stuff/vim/vimrc index ee5acaf..47b514a 100644 --- a/one-time-stuff/vim/vimrc +++ b/one-time-stuff/vim/vimrc @@ -8,3 +8,5 @@ set t_Co=256 syntax enable colorscheme colorful256 +map OH +map OF