From 43ad662f2aa87da22053bdfd4244ec3d710d8c9f Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sat, 21 Apr 2018 11:40:41 -0400 Subject: Moves vim ftplugins and Edits .vimrc accordingly --- vim/.vim/ftplugin/tree.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vim/.vim/ftplugin/tree.vim (limited to 'vim/.vim/ftplugin/tree.vim') diff --git a/vim/.vim/ftplugin/tree.vim b/vim/.vim/ftplugin/tree.vim new file mode 100644 index 0000000..073abf6 --- /dev/null +++ b/vim/.vim/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