https://robinwinslow.uk/2016/06/23/fix-docker-networking-dns/
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
find . -path ./.git -prune -o -type f -exec dos2unix {} \; |
:setw synchronize-panes
Menu > Settings > All > Advanced > SignalBindings
+Add
e.event.titlebar > mouse.down.1.double > maximize
https://github.com/gotbletu/shownotes/blob/master/e17-general-settings.txt
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
sudo openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout /path/to.key -out /path/to.crt |
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
bind -r '\C-s' | |
stty -ixon |
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
syntax on | |
filetype indent plugin on | |
set tabstop=8 expandtab shiftwidth=4 softtabstop=4 | |
:nmap <c-s> :w<CR> | |
:imap <c-s> <Esc>:w<CR>a | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
let g:ycm_confirm_extra_conf = 0 |
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
watch -c -n 5 pytest --color=yes |
NewerOlder