sudo a2ensite perso.conf
sudo a2enmod rewrite
" vim ~/.vimrc | |
" source ~/.vimrc | |
" Charge les plugins qui sont dans ~/.vim/bundle | |
" https://github.com/tpope/vim-pathogen | |
" https://github.com/airblade/vim-gitgutter | |
execute pathogen#infect() | |
" Garder un historique de 150 | |
set history=150 |
# vim ~/.inputrc | |
# source ~/.inputrc | |
# Commencer à écrire, flèche du haut et compléter avec la dernière commande | |
"\e[A": history-search-backward | |
# Commencer à écrire, flèche du bas et compléter avec la première commande | |
"\e[B": history-search-forward | |
set show-all-if-ambiguous on |
# vim ~/.tmux.conf | |
# tmux source-file ~/.tmux.conf | |
# tmux attach -d -t SESSION_ID | |
# Cheat sheet tmux : https://gist.github.com/MohamedAlaa/2961058 | |
# Mouse active | |
# Use shift+mouse to copy text | |
set -g mouse on | |
setw -g mode-keys vi |
# sudo vim /etc/mysql/conf.d/perso.cnf
[mysqld]
key_buffer_size = 128M
query_cache_limit = 2048M
Ces points ont été réalisés sur Debian 10.5 (Buster) et Windows 10 20H2 (19044).