Skip to content

Commit 64a2b59

Browse files
committed
update
1 parent 428009e commit 64a2b59

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
$.getScript("/static/components/codemirror/keymap/vim.js", function() {
1+
/* disabled because of bugs
2+
3+
$.getScript("/static/components/codemirror/keymap/vim.js", function() {
24
if (! IPython.Cell) return;
35
IPython.Cell.options_default.cm_config.keyMap = "vim";
46
});
57
68
require(["nbextensions/vim"], function (vim_extension) {
79
vim_extension.load_extension();
810
});
11+
*/

pentadactyl/info/default/quickmarks

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"f":"https://www.facebook.com/","g":"https://github.com/proycon","d":"https://delicious.com/proycon","c":"https://www.google.com/calendar/render","h":"https://home.anaproy.nl/","t":"https://translate.google.com/","y":"https://www.youtube.com/","w":"https://www.writelatex.com/","T":"https://twitter.com/","s":"https://siggy.borkedlabs.com/#","a":"https://aur.archlinux.org/"}
1+
{"f":"https://www.facebook.com/","g":"https://github.com/proycon","d":"https://delicious.com/proycon","c":"https://www.google.com/calendar/render","h":"https://home.anaproy.nl/","t":"https://translate.google.com/","y":"https://www.youtube.com/","w":"https://www.writelatex.com/","T":"https://twitter.com/","s":"https://siggy.borkedlabs.com/#","a":"https://www.facebook.com/"}

zshrc

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ alias tlsh='~/todo/todo.sh ls @home'
6161
alias tlsp='~/todo/todo.sh projectview @work'
6262
alias tgl='cd ~/todo && git pull && cd -'
6363
alias tgp='cd ~/todo && ((git commit -a -m "todo update" && git push && cd -) || cd - )'
64+
alias ve='. env/bin/activate'
6465
alias a='tmux attach'
6566
alias ta='~/todo.sh add'
6667
alias ka='killall'

0 commit comments

Comments
 (0)