This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function usage { | |
echo "Replaces branch with tag in local and remote repos." | |
echo | |
echo "Usage:" | |
echo " $0 <remote> <branch>" | |
} | |
if [ -z "$1" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
font = Monospace 10 | |
# allow a small subset of html markup: | |
# <b>bold</b> | |
# <i>italic</i> | |
# <s>strikethrough<s/> | |
# <u>underline</u> | |
# | |
# for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name modx.local; | |
charset utf-8; | |
error_log /var/log/nginx/modx.error.log; | |
access_log /var/log/nginx/modx.access.log; | |
root /var/www/modx; | |
client_max_body_size 30M; | |
index index.php; | |
location / { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" remap (en) | |
map f scrollFullPageDown | |
map b scrollFullPageUp | |
map a LinkHints.activateMode | |
map A LinkHints.activateModeToOpenInNewTab | |
map p map з performBackwardsFind | |
" map cyrillic | |
map о scrollDown | |
map л scrollUp |
NewerOlder