Skip to content

Instantly share code, notes, and snippets.

@tyjak
tyjak / About my gravatar
Last active August 29, 2015 14:10
want to know what this picture is ?
“The hero. The leader. The god” by Alexandre Kosolapov.
@tyjak
tyjak / meetup.otl
Last active August 29, 2015 14:11
Vim meetup #5
Brève présentation de vim
L'auteur Bram Moolenaar
: développement de vim 1.0 sur un commodore amiga sur la base de
: "Stevie " STvi un clone de vi écript pour Atari
Au début en 1980, Vim signifie Vi Imitation
Lors du portage sur DOS et UNIX en 1992 Vim est Vi iMproved
Vim est un charityware
Financement d'une association pour aider les enfants en Ugunda
http://iccf-holland.org
: ICCF stands for International Child Care Fund. This is a small
@tyjak
tyjak / vimrc.local
Last active August 29, 2015 14:11
my vimrc for runnable
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
Plugin 'vimwiki'
@tyjak
tyjak / initvim.sh
Last active August 29, 2015 14:11
init vim in runnable with vundle plugin
#vimrc.local
wget https://gist.github.com/tyjak/acad04914ec140fae802/raw/vimrc.local
cp vimrc.local /etc/vim/.
#vundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
#installation vimoutliner & vimwiki & vim-gist
vim -c "silent! PluginInstall" -c "normal qZZ"
<map version="0.9.0"><node TEXT="meetup.otl"><node TEXT="Breve presentation de vim"><richcontent TYPE="NOTE"><html><body /></html></richcontent><node TEXT="L'auteur Bram Moolenaar"><richcontent TYPE="NOTE"><html><body><p>d�veloppement de vim 1.0 sur un commodore amiga sur la base de
</p><p>"Stevie " STvi un clone de vi écript pour Atari
</p></body></html></richcontent><node TEXT="Au d�but en 1980, Vim signifie Vi Imitation"><richcontent TYPE="NOTE"><html><body /></html></richcontent></node><node TEXT="Lors du portage sur DOS et UNIX en 1992 Vim est Vi iMproved"><richcontent TYPE="NOTE"><html><body /></html></richcontent></node></node><node TEXT="Vim est un charityware"><richcontent TYPE="NOTE"><html><body /></html></richcontent><node TEXT="Financement d'une association pour aider les enfants en Ugunda"><richcontent TYPE="NOTE"><html><body /></html></richcontent></node><node TEXT="http://iccf-holland.org"><richcontent TYPE="NOTE"><html><body><p>ICCF stands for International Child Care Fund. This is a small
@tyjak
tyjak / settings
Created December 17, 2014 07:15
DWB settings
[default]
font-hidden-statusbar=normal 12px Liberation
javascript-can-access-clipboard=false
hint-offset-top=0
file-sync-interval=120
download-gradient-end=#00aa00
status-allowed-color=#00ff00
tab-number-color=#b58900
enable-default-context-menu=false
editable=false
@tyjak
tyjak / pdflivre
Last active August 29, 2015 14:15
#/bin/bash
#
#écrit par Ouessant http://forum.ubuntu-fr.org/viewtopic.php?id=1542381
################ AIDE
aide ()
{
echo -e "
USAGE : pdflivre [OPTIONS]\n
Manipulation de pdf utilisant pdfjam (TeX).
@tyjak
tyjak / 2015-08-06.wiki
Last active December 2, 2015 00:08
2015-08-06.wiki

Vim meetup 150806

Color vim tip

Change the color scheme on mode change

 autocmd InsertMode * :colorscheme customgreen 
 autocmd InsertLeave * :colorscheme customred 

Vim within your cloud dev environment

Using the cloud as you dev environment