From 705d586b84dc3325383c3f4dbcfde5af5ba2a782 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 20 Jul 2018 20:43:20 +1200 Subject: Remove any range from \e mapping --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 093023c6..6ec2e977 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -264,7 +264,7 @@ nnoremap d :read !date " \D inserts the UTC date (POSIX date) nnoremap D :read !date -u " \e forces a buffer to be editable -nnoremap e :setlocal modifiable noreadonly +nnoremap e :setlocal modifiable noreadonly " \f shows the current 'formatoptions' at a glance nnoremap f :setlocal formatoptions? " \g changes directory to the current file's location -- cgit v1.2.3