VirtualTam's bookmarks
220 bookmarks found
-
Introduction to Literate Programming
2016-03-29 "Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do."
- Donald Knuth
-
EmacsWiki: Wind Move
2015-12-02 (global-set-key (kbd "C-c <left>") 'windmove-left) (global-set-key (kbd "C-c <right>") 'windmove-right) (global-set-key (kbd "C-c <up>") 'windmove-up) (global-set-key (kbd "C-c <down>") 'windmove-down)
-
-
Plenty of ideas to optimize / smooth your development flow in Tuxland ;-)
-
Magit User Manual
2015-03-21 -
emacs-snapshot Ubuntu PPA
2015-03-13 ;; emacs-snapshot PPA hack
(when (>= emacs-major-version 25) (defconst debian-emacs-flavor 'emacs25)) -
Emacs Key Sequences (kbd)
2015-03-10 kbd converts a human-readable chord to a key sequence
-
eww - Emacs Web Wowser | Random Thoughts
2015-03-09 Chords
- M-x eww RET url
Very basic built-in web editor; love it to read articles dealing w/ programmation:
- M-x eww RET url
- M-x some-major-mode
- M-x linum
-
Elpy, the Emacs Lisp Python Environment
2015-03-08 -
electric-indent has been activated by default in emacs 24
to disable it for Python: (add-hook 'python-mode-hook (lambda () (set (make-local-variable 'electric-indent-functions) (list (lambda (arg) 'no-indent)))))
-
Solarized - Ethan Schoonover
2015-02-07 -
Emacs as a Python IDE
2015-02-07 Very cool & detailed tutorial on how to setup Emacs for Python editing, completion & execution.
-
LibreOffice on Android
2015-01-21 -
VIM Editor Commands
2014-12-11 -
Learn Vim progressively
2014-12-03 "tl;dr: You want to teach yourself vim (the best text editor known to human kind) in the fastest way possible. This is my way of doing it. You start by learning the minimal to survive, then you integrate all the tricks slowly."
Though a bit biased, it for sure is an interesting read