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
unmap h | |
unmap j | |
unmap k | |
unmap l | |
map j scrollLeft | |
map k scrollDown | |
map l scrollUp | |
map ; scrollRight |
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
[ | |
{ | |
"keys": ["j"], | |
"command": "move", | |
"args": { | |
"by": "characters", | |
"forward": false | |
}, | |
"context": [{ | |
"key": "vi_mode_normal" |
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
# workspace | |
# ------------------------- | |
# To maximize none-editor paneItem e.g. setting-view | |
'atom-workspace:not(.editor)': | |
# conflicts insert-mode ctrl-w and ctr-w in mini editor, so comment out by default | |
# 'ctrl-w z': 'vim-mode-plus:maximize-pane' | |
'cmd-enter': 'vim-mode-plus:maximize-pane' | |
# all | |
# ------------------------- |
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
RewriteEngine On | |
RewriteCond %{HTTPS} !=on | |
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] |
NewerOlder