From 88c26c90d101ad1b5ce71ff105c32b35258702f8 Mon Sep 17 00:00:00 2001 From: bretello Date: Sat, 13 Mar 2021 16:33:04 +0100 Subject: [PATCH] vim: cleanup --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 7b71a65..5e11bdf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -47,9 +47,6 @@ endif " Return to last edit position when opening files (from amix's vimrc) au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif -" Remap VIM 0 to first non-blank character -" map 0 ^ - " Bash like keys for the command line cnoremap cnoremap