Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vim move line down

# To move a line up
ddkP # delete line -> move up a line -> paste above the current line

# to move a line down
ddP # delete line -> paste above the current line

# to move a line <number> times up
dd<number>kP # delete, move <number> lines up and paste above

# to move a line <number> times down
dd<number>jP # delete, move <number> lines down and paste above
Comment

vim move terminal down

    Ctrl w + R - To rotate windows up/left.

    Ctrl w + r - To rotate windows down/right.
Comment

PREVIOUS NEXT
Code Example
Shell :: git push --set-upstream origin master hangs 
Shell :: check md5 certutil 
Shell :: how to install random module in python 
Shell :: git by nouman 
Shell :: install espanso debian linux without snap 
Shell :: nativescript sidedrawer 
Shell :: cara mengkonfigurasi git di terminal linux 
Shell :: bash_logout 
Shell :: connect to repost git and push exited project 
Shell :: service version nmap sqitch 
Shell :: winmerge command line generate report 
Shell :: kipping acquire of configured file 
Shell :: debian buster add ip alias cli 
Shell :: shell_to_meterpreter 
Shell :: awk print first characters of a field 
Shell :: zsh arithmetic 
Shell :: sed match number of unknow digits 
Shell :: how to install voyager on existing project with dummy data 
Shell :: add multiple subdocument mongoose 
Shell :: Change cursor in powershell 
Shell :: ubuntu vmware mouse buttons 
Shell :: Getting Uptime and Load Averages 
Shell :: Find all pods that status is NotReady sort jq cheatsheet 
Shell :: change drive in linux terminal windows subsystem 
Shell :: Bitbucket Cloud recently stopped supporting account passwords for Git authentication 
Shell :: delete a remote branch in git 
Shell :: firefox nightly linux curl install fedora 
Shell :: ansible remove part of line 
Shell :: openssl PKCS vrom crt 
Shell :: Basic listing in linux 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =