diff options
-rw-r--r-- | alias | 5 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -141,9 +141,14 @@ alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | |||
141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | 141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' |
142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |
144 | alias sample-svg='curl -O https://docs.mapbox.com/help/data/bicycle-24.svg' | ||
145 | |||
146 | # data file | ||
147 | alias data-taiwan-town='curl -o town.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=CD02C824-45C5-48C8-B631-98B205A2E35A' | ||
144 | 148 | ||
145 | # xsel | 149 | # xsel |
146 | alias xi='xsel -ib' | 150 | alias xi='xsel -ib' |
151 | alias xo='xsel -ob' | ||
147 | 152 | ||
148 | # misc | 153 | # misc |
149 | alias gr='_grepString' | 154 | alias gr='_grepString' |
@@ -41,7 +41,7 @@ nnoremap H 0 | |||
41 | nnoremap L $ | 41 | nnoremap L $ |
42 | nnoremap <C-L> 60l | 42 | nnoremap <C-L> 60l |
43 | nnoremap <C-H> 60h | 43 | nnoremap <C-H> 60h |
44 | inoremap <ESC> <nop> | 44 | " inoremap <ESC> <nop> |
45 | 45 | ||
46 | " Fix paste bug triggered by inoremaps | 46 | " Fix paste bug triggered by inoremaps |
47 | set t_BE= | 47 | set t_BE= |