Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to get out from vim editor

#how to get out from vim Editor (linux)

#Press 'Esc' to change from Edit Mode to Command Mode
#Exit
:q
#Force quit without saving
:q!
#Save file and quit
:wq
Comment

PREVIOUS NEXT
Code Example
Shell :: convert dos to unix with tr 
Shell :: install nodejs 16 on ubuntu 
Shell :: how to pull a new remote branch 
Shell :: What Are The Correct Permissions For ~/.ssh Directory? 
Shell :: create default package.json 
Shell :: centos 8 force update ip address 
Shell :: uninstall composer 
Shell :: linux show current memory usage 
Shell :: powershell add line to beginning of file 
Shell :: terminate gitpod ports 
Shell :: how to create a folder in linux 
Shell :: install csfml on linux 
Shell :: while loops in bash 
Shell :: psycopg2 not installing fedora 
Shell :: how install xampp in ubuntu 
Shell :: kill task linux ubuntu 
Shell :: GIT: change branch 
Shell :: cmake command not found 
Shell :: install mongodb on ec2 ubuntu 18.04 
Shell :: create file in linux using cat 
Shell :: /bin/bash^M: bad interpreter: No such file or directory 
Shell :: debian change default kernel 
Shell :: how to download virtualbox on kali linux 
Shell :: flutter signingthe app 
Shell :: git make directory 
Shell :: ubuntu 
Shell :: teams ubuntu 
Shell :: test ssh connection for github 
Shell :: busybox ubuntu 
Shell :: sed replace word with newline 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =