소스 검색

remove mappings

Marco Hinz 12 년 전
부모
커밋
edc6d625d4
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      plugin/startify.vim

+ 0 - 3
plugin/startify.vim

@@ -15,9 +15,6 @@ let s:padlen = 3
 command! -nargs=0 -bar Lsave call startify#save_session()
 command! -nargs=0 -bar Lload call startify#load_session()
 
-nnoremap <silent> <leader>rr :Lload<cr>
-nnoremap <silent> <leader>rs :Lsave<cr>
-
 augroup startify
   autocmd!
   autocmd VimEnter *