From 642cfe04a92d0f7a52a67484220ccbc188067ba3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 18 May 2018 16:47:20 -0700 Subject: Fix the 'fd' mapping in vim --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 051ff81..03c2d10 100644 --- a/home.nix +++ b/home.nix @@ -220,7 +220,7 @@ done set smarttab " Enable smart-tabs set ruler " Show row and column ruler information set backspace=indent,eol,start " Backspace behaviour - imap fd " alternate escape + imap fd set wildmenu " cool menu effect set mouse=a ''; -- cgit v1.2.3