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
watch -c -n 5 pytest --color=yes |
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 |
bind -r '\C-s' | |
stty -ixon |
sudo openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout /path/to.key -out /path/to.crt |
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
:setw synchronize-panes
find . -path ./.git -prune -o -type f -exec dos2unix {} \; |
export WORKON_HOME=$HOME/envs | |
PROMPT="$USER@%m ${PROMPT} %/ | |
$ " |