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
# ~/.Xmodmap | |
!! No Caps Lock | |
clear lock | |
!! Make Caps_lock an escape key. | |
keycode 0x42 = Escape | |
# $ xmodmap ~/.Xmodmap |
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 | |
"set noexpandtab | |
"set copyindent | |
"set preserveindent | |
"set softtabstop=0 | |
"set shiftwidth=2 | |
"set tabstop=2 | |
set ts=2 | |
set sw=2 | |
set foldmethod=indent |
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
# create profile | |
New-Item -path $profile -type file -force | |
# open it with notepad | |
notepad $profile | |
# add alias to notepad++ to it | |
Set-Alias npp "C:\Program Files (x86)\Notepad++\notepad++.exe" |
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
window.location.href = document.getElementsByName("flashvars")[0].value.split("&file=")[1].split("&")[0].replace(/%3A/g, ":").replace(/%2F/g, "/"); |
NewerOlder