Remove ruby F5 because useless ;)

This commit is contained in:
Talia 2019-04-04 15:43:05 +02:00
parent 0d08242502
commit 00b4e918c0
1 changed files with 0 additions and 2 deletions

2
vimrc
View File

@ -802,8 +802,6 @@ function! s:init_ruby_file()
nnoremap <buffer> <leader>ic oclass <C-o>m'<enter>end<esc>`'a
nnoremap <buffer> <leader>id odef <C-o>m'()<enter>end<esc>`'a
nnoremap <buffer> <F5> :w<CR>:!ruby %<CR>
nnoremap <buffer> <F6> :lmake<CR>:lopen<CR>
nnoremap <buffer> <leader>~ :call <SID>RubyComment(0)<CR>
nnoremap <buffer> <leader># :call <SID>RubyComment(1)<CR>
vnoremap <buffer> <leader>~ :call <SID>RubyComment(0)<CR>