Skip to content

Instantly share code, notes, and snippets.

View cherrol's full-sized avatar

cherrol cherrol

  • NanNing, China
View GitHub Profile
@cherrol
cherrol / vim.md
Created June 5, 2024 10:15 — forked from hansrajdas/vim.md
VIM commands

Acronym

  • C-a ==> CTRL-a

Modes in VIM

  • Normal mode(n) When we open mode, the default mode is normal
  • Insert mode(i) When we want to insert some text, we press i, a or A etc to go in insert mode
  • Command mode(c) When we type colon(:) from normal mode, we enters command mode
  • Visual mode(v) Using v or V or C-i

Start VIM

@cherrol
cherrol / multiple_ssh_setting.md
Created May 12, 2021 12:46 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"