From 7ff346e6133155fe3b3818f80acede18e9e5eb36 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 3 Oct 2018 13:46:26 -0400 Subject: Updates vim setup --- vim/.vim/after/ftplugin/tree.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vim/.vim/after/ftplugin/tree.vim (limited to 'vim/.vim/after/ftplugin/tree.vim') diff --git a/vim/.vim/after/ftplugin/tree.vim b/vim/.vim/after/ftplugin/tree.vim new file mode 100644 index 0000000..073abf6 --- /dev/null +++ b/vim/.vim/after/ftplugin/tree.vim @@ -0,0 +1,13 @@ +set tw=0 +set nolist +set nospell + +map pp a, 01 +map PP a, 09 +map tt a, 06 +map bb a, 07 +map ss a, 03 +map SS a, 04 +map nn a, 05 +map vv a, 02 +map cc a, Cull -- cgit v1.1