Vim_Editor_IDE
-
Lecture 3: Editors (Vim) 2020Vim_Editor_IDE/Vim단축키정리 2022. 3. 8. 09:20
https://youtu.be/a6Q8Na575qc
-
What’s quick way to comment/uncomment lines in Vim?Vim_Editor_IDE/Vim단축키정리 2022. 3. 7. 10:37
https://stackoverflow.com/questions/1676632/whats-a-quick-way-to-comment-uncomment-lines-in-vim What's a quick way to comment/uncomment lines in Vim? I have a Ruby code file open in vi, there are lines commented out with #: class Search < ActiveRecord::Migration def self.up # create_table :searches do |t| # t.integer :user_id ... stackoverflow.com
-
-
유니코드 0000~0FFF(vim에서 Insert mode에서 control+v 하면 ^이런 표시 나오는데 그다음 입력하면 된다.Vim_Editor_IDE/Vim단축키정리 2022. 3. 3. 22:19
⌃ + v 입력 모드에서(Insert Mode) 에서 컨트롤 V 하면 ^ ^ 이런 표시나오면 입력 대기 상태이다. 아스키 숫자 누르면 입력됨. 유니코드는 u 누르고 4자리 숫자 알파벳 숫자 밑에 표를 보고 입력해주면 된다. 유니코드 0000~0FFF https://ko.wikipedia.org/wiki/%EC%9C%A0%EB%8B%88%EC%BD%94%EB%93%9C_0000~0FFF 유니코드 0000~0FFF - 위키백과, 우리 모두의 백과사전 이 문서 안에는 일부 컴퓨터·브라우저에서 표시할 수 없는 문자가 있습니다. 그러므로 유니코드 글꼴이 있는 환경에서 보시는 것이 좋습니다. 다음은 U+0000에서 U+0FFF 안의 유니코드 문자 목록이 ko.wikipedia.org https://www.youtu..
-
NeoVim) Tagbar를 대체할 vista.vim LSP를 활용한 🏷 tags(Rust에 쓰기 딱 좋네 ㅋㅋㅋ)Vim_Editor_IDE/Vim_Plugins 2022. 3. 2. 13:12
https://github.com/liuchengxu/vista.vim GitHub - liuchengxu/vista.vim: Viewer & Finder for LSP symbols and tags :cactus: Viewer & Finder for LSP symbols and tags. Contribute to liuchengxu/vista.vim development by creating an account on GitHub. github.com NeoVim Vista 플러그 인 적용한 영상 코드 한눈에 다 보이니 안 헷갈리고 최고 ㅋㅋ https://youtu.be/zzxRRbzAYVc VSCODE_❤️outline❤️] 에서 vista플러그인(NeoVim-Plugins) 처럼 옆에 struct ..