• Skip to primary navigation
  • Skip to content
  • Skip to footer
A blog by Ryan M. Jeong.
  • About
  • Posts
  • Categories
  • Tags
    Ryan Munseong Jeong

    Ryan Munseong Jeong

    I am a developer with 2 years of experience. My main programming language is C, but I also know at good level C++ and Golang. You can read more about me in the About section.

    • Seoul, Korea
    • Email
    • GitHub
    • BOJ

    Vim Default Setting(.vimrc)

    less than 1 minute read

    • C ver.
      set number
      syntax on
      set softtabstop=4
      set tabstop=4
      set shiftwidth=4
      set expandtab
      
    • C++ ver.
      set number
      syntax on
      set softtabstop=2
      set tabstop=2
      set shiftwidth=2
      set expandtab
      

    Tags: .vimrc, IDE, vi, vim

    Categories: Computer

    Updated: January 24, 2020

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    [WIP]A brief introduction to C++’s model for type- and resource-safety

    1 minute read

    Streams and Files

    4 minute read

    How can I copy the output of a command directly into my clipboard?

    less than 1 minute read

    Solution

    Error: Can’t open display: 0

    less than 1 minute read

    Solution

    • Follow:
    • GitHub
    • Feed
    © 2023 Ryan Munseong Jeong. Powered by Jekyll & Minimal Mistakes.