- C-a == Ctrl-a
- M-a == Alt-a
:q close
:w write/saves
:wa[!] write/save all windows [force]
:wq write/save and close
public function index(){ | |
$HTTPMethod = 'GET'; | |
$RelativeUrl = '/banking/v3/corporates/h2hauto008/accounts/0613006572/statements?EndDate=2020-01-21&StartDate=2020-01-15'; | |
$AccessToken = $_GET['token']; | |
$Timestamp = '2020-01-23T13:11:00.000+07:00'; | |
$RequestBody = ''; | |
$StringToSign = | |
$HTTPMethod .":" . | |
$RelativeUrl .":" . | |
$AccessToken .":" . |
"""""""""""""""""""""""""""" | |
" Akil Vimrc Configuration " | |
"""""""""""""""""""""""""""" | |
__ _ __ _ __ | |
____ _/ /__(_) /_________ (_)___/ / | |
/ __ `/ //_/ / // ___/ __ \ / / __ / | |
/ /_/ / ,< / / // /__/ /_/ / / / /_/ / | |
\__,_/_/|_/_/_(_)___/\____(_)_/\__,_/ | |
" shift+arrow selection | |
nmap <S-Up> v<Up> | |
nmap <S-Down> v<Down> | |
nmap <S-Left> v<Left> | |
nmap <S-Right> v<Right> | |
vmap <S-Up> <Up> | |
vmap <S-Down> <Down> | |
vmap <S-Left> <Left> | |
vmap <S-Right> <Right> | |
imap <S-Up> <Esc>v<Up> |
""""""""""""""""""""""""""""""""""""""""" | |
" Akil Sagitarius Vimrc configuration " | |
""""""""""""""""""""""""""""""""""""""""" | |
set nocompatible | |
syntax on | |
set nowrap | |
set encoding=utf8 | |
set mouse=a | |
" START Vundle Configuration |
Quick guide on how to setup git signing. Information is aggregated from following sources: