Skip to content

Instantly share code, notes, and snippets.

View wadako111's full-sized avatar

koichiro wada wadako111

View GitHub Profile
@wadako111
wadako111 / gtk-firefox.sh
Created January 13, 2016 09:42 — forked from joekiller/gtk-firefox.sh
INSTALL FIREFOX ON AMAZON LINUX X86_64 COMPILING GTK+
#!/bin/bash
# GTK+ and Firefox for Amazon Linux
# Written by Joseph Lawson 2012-06-03
# http://joekiller.com
# http://joekiller.com/2012/06/03/install-firefox-on-amazon-linux-x86_64-compiling-gtk/
# chmod 755 ./gtk-firefox.sh
# sudo ./gtk-firefox.sh
nnoremap <silent> g{ :call <SID>search_top()<CR>^
nnoremap <silent> g} :call search ('^\s\{,' . (col('.') - 1). '}\S')<CR>^
function! s:search_top()
let spaces = col('.')
execute line(".") - 1
call search ('^\s\{,' . (spaces - 1). '}\S', 'b')
endfunction
NeoBundle 'jonathanfilip/vim-lucius'
NeoBundle 'tomasr/molokai'
NeoBundle 'vim-scripts/rdark'
NeoBundle 'Zenburn'
@wadako111
wadako111 / jsdoit.css
Created November 13, 2012 07:58
2012-11-13 2nd
body { background-color: #DDDDDD; font: 30px sans-serif; }
@wadako111
wadako111 / test_gist
Created February 23, 2012 11:24
gist???
aaaaaa
print '22'