From 709accc8e4f6dc3c21fc9b55e9fcc31559c68472 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Sep 2019 12:44:34 -0400 Subject: Re-arrange the vim configuration --- plugin/rebinds.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugin/rebinds.vim (limited to 'plugin/rebinds.vim') diff --git a/plugin/rebinds.vim b/plugin/rebinds.vim new file mode 100644 index 0000000..cacef62 --- /dev/null +++ b/plugin/rebinds.vim @@ -0,0 +1,14 @@ +" Keep the newbs from using arrow keys +inoremap +inoremap +inoremap +inoremap + +" map :Lex +map :NERDTreeToggle + +" To enable/disable the autocomplete dropdown +nmap [ :AcpDisable +nmap ] :AcpEnable + +nnoremap :GundoToggle -- cgit v1.2.3