Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set git editor

$ git config --global core.editor vim
Comment

git configure default editor

# Set Emacs as the default editor
$ git config --global core.editor emacs   
# Set Visual Studio Code as the default editor
$ git config --global core.editor code
Comment

configure editor for git

$ git config --global core.editor emacs
Comment

git set editor

git config --global core.editor nvim
Comment

set an editor for git

$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to setup display xServer wsl win10 
Shell :: download unity for linux 
Shell :: show remote git 
Shell :: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 
Shell :: next js npm install 
Shell :: nginx remove x-powered-by 
Shell :: install react yarn 
Shell :: enospc no space left on device 
Shell :: where is tomcat installed on mac 
Shell :: kali linux 
Shell :: yarn start error error listen EADDRINUSE: address already in use :::8081. 
Shell :: how to setup blackeye 
Shell :: install ruby on rails ubuntu 
Shell :: parameter powershell 
Shell :: install youtube-dl ubuntu 
Shell :: find in files ubuntu 
Shell :: bash home 
Shell :: windows wsl 
Shell :: linux create user with home directory 
Shell :: Not Found - GET https://registry.npmjs.org/boostrap-vue - Not found 
Shell :: git add and commit all 
Shell :: change branch from master to main 
Shell :: free todo linux 
Shell :: navigate to folder mac1 
Shell :: ubuntu know username 
Shell :: fork bomb linux 
Shell :: powershell get aliases 
Shell :: localhost wsl 
Shell :: install entityframeworkcore nuget in asp.net core 3.0 
Shell :: nvm remove node version 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =