Skip to content

yeeooni/vi-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧑🏽‍💻VIM(vi improved)

⭐️개요

✏️작성 취지

  • terminal 환경에서 vi editor 를 친숙하게 사용하기 위한 목적
  • 리눅스마스터1급 2차 대비

🗂️폴더 구조

directory

  • 환경파일
  • 카테고리
  • 코드
  • submodule added exercise_book (2024.10.14 after) - 자바 기술면접대비

  • algorithm 알고리즘
  • data-structure 자료구조
  • shortcuts VI 단축키
  • helpful 그 외

✅체크리스트

  • 디렉터리 정리
  • CI/CD 구축
  • 필수 환경설정 세팅
    • vim-plug install (vim-plug, vi 노말모드에서 명령어를 통한 손쉬운 플러그인 설치가 가능하다.)
    • NERDTree plug install
    • coc.nvim install (coc.nvim, 노드 기반 코드 자동완성)
    • coc-java install (coc-java)
  • exercise_book Submodules add

💻exec

  • git submodule add repository_url [path]

  • git submodule init

  • git submodule update

  • git submodule upate --init

  • git submodule status

  • git submodule update --remote [submodule name]

서브모듈 삭제 방법

  • git rm -f submodule (git latest version)

About

맥 환경에서 vim 을 통한 코딩을 즐겨보자!

Resources

Stars

Watchers

Forks