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
| "Window navigation | |
| map <C-h> <C-w>h | |
| map <C-j> <C-w>j | |
| map <C-k> <C-w>k | |
| map <C-l> <C-w>l | |
| nmap <silent> ,/ :nohlsearch<CR> |
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
| %rebase layout title='Register New Slack log Box Backup configuration', parent_url=app.get_url('index') | |
| <h2>Create New Slack Box backup</h2> | |
| <script> | |
| function submitForm(){ | |
| document.getElementById('authform').submit(); | |
| }; | |
| </script> | |
| <!-- python block (bottle + wtforms) will not be appear in 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
| if ! [ -d .venv ]; then | |
| virtualenv --system-site-packages .venv | |
| virtualenv --relocatable .venv | |
| fi | |
| source .venv/bin/activate | |
| export PYTHONPATH="$(python -c 'import sys; print ":".join(sys.path)')" |
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
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
NewerOlder