From 00b4e918c0348f28d268580f6c7af7ff5aead685 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 4 Apr 2019 15:43:05 +0200 Subject: [PATCH] Remove ruby F5 because useless ;) --- vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vimrc b/vimrc index c694bf0..018ec07 100644 --- a/vimrc +++ b/vimrc @@ -802,8 +802,6 @@ function! s:init_ruby_file() nnoremap ic oclass m'end`'a nnoremap id odef m'()end`'a - nnoremap :w:!ruby % - nnoremap :lmake:lopen nnoremap ~ :call RubyComment(0) nnoremap # :call RubyComment(1) vnoremap ~ :call RubyComment(0)