Compare commits
No commits in common. "b99ef59ac4ef213a5165d6139b83b9083da65fea" and "9ceb95514217df3423dc784b278a042939ecea5a" have entirely different histories.
b99ef59ac4
...
9ceb955142
@ -7,7 +7,7 @@
|
|||||||
Her er en oversikt over hva de forskjellige filene er:
|
Her er en oversikt over hva de forskjellige filene er:
|
||||||
|
|
||||||
- [[./emacs-init.el][emacs-init.el]] - en enkel konfigurasjonsfil.
|
- [[./emacs-init.el][emacs-init.el]] - en enkel konfigurasjonsfil.
|
||||||
- [[./slides.org][slides.org]] - org-filen som foilene genereres fra.
|
- [[./foiler.org][foiler.org]] - org-filen som foilene genereres fra.
|
||||||
- [[./handout.org][handout.org]] - org-filen handouts genereres fra.
|
- [[./handout.org][handout.org]] - org-filen handouts genereres fra.
|
||||||
- [[./index.org][index.org]] - org-filen som kursets nettside genereres fra.
|
- [[./index.org][index.org]] - org-filen som kursets nettside genereres fra.
|
||||||
|
|
||||||
|
68
handout.org
68
handout.org
@ -1,20 +1,20 @@
|
|||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Tastekombinasjon | Beskrivelse |
|
| Tastekombinasjon | Beskrivelse |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Prefikser | |
|
| Prefikser | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-x= | Globale kommandoer |
|
| =C-x= | Globale kommandoer |
|
||||||
| =C-c= | Lokale kommandoer |
|
| =C-c= | Lokale kommandoer |
|
||||||
| =C-h= | Hjelp |
|
| =C-h= | Hjelp |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Komme seg ut | |
|
| Komme seg ut | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-x C-c= | =save-buffers-kill-terminal= |
|
| =C-x C-c= | =save-buffers-kill-terminal= |
|
||||||
| =C-g= | =keyboard-quit= |
|
| =C-g= | =keyboard-quit= |
|
||||||
| =ESC ESC ESC= | =keyboard-escape-quit= |
|
| =ESC ESC ESC= | =keyboard-escape-quit= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Flytte markør | |
|
| Flytte markør | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-f= | =forward-char= |
|
| =C-f= | =forward-char= |
|
||||||
| =C-b= | =backward-char= |
|
| =C-b= | =backward-char= |
|
||||||
| =M-f= | =forward-word= |
|
| =M-f= | =forward-word= |
|
||||||
@ -23,28 +23,28 @@
|
|||||||
| =C-e= | =move-end-of-line= |
|
| =C-e= | =move-end-of-line= |
|
||||||
| =C-n= | =next-line= |
|
| =C-n= | =next-line= |
|
||||||
| =C-p= | =previous-line= |
|
| =C-p= | =previous-line= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Bla Rundt | |
|
| Bla Rundt | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-v= | =scroll-up-command= |
|
| =C-v= | =scroll-up-command= |
|
||||||
| =M-v= | =scroll-down-command= |
|
| =M-v= | =scroll-down-command= |
|
||||||
| =M-<= | =beginning-of-buffer= |
|
| =M-<= | =beginning-of-buffer= |
|
||||||
| =M->= | =end-of-buffer= |
|
| =M->= | =end-of-buffer= |
|
||||||
| =C-l= | =recenter-top-bottom= |
|
| =C-l= | =recenter-top-bottom= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Kill og yank | |
|
| Kill og yank | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-w= | =kill-region= |
|
| =C-w= | =kill-region= |
|
||||||
| =M-w= | =kill-ring-save= |
|
| =M-w= | =kill-ring-save= |
|
||||||
| =C-k= | =kill-line= |
|
| =C-k= | =kill-line= |
|
||||||
| =C-y= | =yank= |
|
| =C-y= | =yank= |
|
||||||
| =M-y= | =yank-pop= |
|
| =M-y= | =yank-pop= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Feiloppretting | |
|
| Feiloppretting | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-d= | =delete-char= |
|
| =C-d= | =delete-char= |
|
||||||
| =M-d= | =kill-word= |
|
| =M-d= | =kill-word= |
|
||||||
| =C-_= | =undo= |
|
| =C=-_ | =undo= |
|
||||||
| =C-t= | =transpose-chars= |
|
| =C-t= | =transpose-chars= |
|
||||||
| =M-t= | =transpose-words= |
|
| =M-t= | =transpose-words= |
|
||||||
| =C-x C-t= | =transpose-lines= |
|
| =C-x C-t= | =transpose-lines= |
|
||||||
@ -52,55 +52,53 @@
|
|||||||
| =M-u= | =upcase-word= |
|
| =M-u= | =upcase-word= |
|
||||||
| =M-l= | =downcase-word= |
|
| =M-l= | =downcase-word= |
|
||||||
| =M-c= | =capitalize-word= |
|
| =M-c= | =capitalize-word= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Markering av tekst | |
|
| Markering av tekst | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-SPC= | =set-mark-command= |
|
| =C-SPC= | =set-mark-command= |
|
||||||
| =C-x h= | =mark-whole-buffer= |
|
| =C-x h= | =mark-whole-buffer= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Åpne/lagre filer | |
|
| Åpne/lagre filer | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-x C-f= | =find-file= |
|
| =C-x C-f= | =find-file= |
|
||||||
| =C-x C-s= | =save-buffer= |
|
| =C-x C-s= | =save-buffer= |
|
||||||
| =C-x C-w= | =write-file= |
|
| =C-x C-w= | =write-file= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Vinduer | |
|
| Vinduer | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-x 2= | =split-window-below= |
|
| =C-x 2= | =split-window-below= |
|
||||||
| =C-x 3= | =split-window-right= |
|
| =C-x 3= | =split-window-right= |
|
||||||
| =C-x 1= | =delete-other-windows= |
|
| =C-x 1= | =delete-other-windows= |
|
||||||
| =C-x 0= | =delete-window= |
|
| =C-x 0= | =delete-window= |
|
||||||
| =C-x o= | =other-window= |
|
| =C-x o= | =other-window= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Buffere | |
|
| Buffere | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-x b= | =switch-to-buffer= |
|
| =C-x b= | =switch-to-buffer= |
|
||||||
| =C-x C-b= | =list-buffers= |
|
|
||||||
| =C-x k= | =kill-buffer= |
|
| =C-x k= | =kill-buffer= |
|
||||||
| =C-x <left>= | =previous-buffer= |
|
| =C-x <left>= | =previous-buffer= |
|
||||||
| =C-x <right>= | =next-buffer= |
|
| =C-x <right>= | =next-buffer= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Kommandoer | |
|
| Kommandoer | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =M-x= | =execute-extended-command= |
|
| =M-x= | =execute-extended-command= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Søking | |
|
| Søking | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-s= | =isearch-forward= |
|
| =C-s= | =isearch-forward= |
|
||||||
| =C-r= | =isearch-backward= |
|
| =C-r= | =isearch-backward= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Hjelp til selvhjelp | |
|
| Hjelp til selvhjelp | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =C-h k= | =describe-key= |
|
| =C-h k= | =Info-goto-emacs-key-command-node= |
|
||||||
| =C-h f= | =describe-function= |
|
| =C-h f= | =Info-goto-emacs-command-node= |
|
||||||
| =C-h v= | =describe-variable= |
|
|
||||||
| =C-h m= | =describe-mode= |
|
| =C-h m= | =describe-mode= |
|
||||||
| =C-h a= | =apropos-command= |
|
| =C-h a= | =apropos-command= |
|
||||||
| =C-h C-h, C-h ?= | =help-for-help= |
|
| =C-h C-h, C-h ?= | =help-for-help= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| Programmering | |
|
| Programmering | |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
| =TAB= | =indent-for-tab-command= |
|
| =TAB= | =indent-for-tab-command= |
|
||||||
| =M-;= | =comment-dwim= |
|
| =M-;= | =comment-dwim= |
|
||||||
| =M-g g= | =goto-line= |
|
| =M-g g= | =goto-line= |
|
||||||
|---------------------+------------------------------|
|
|---------------------+------------------------------------|
|
||||||
|
Loading…
Reference in New Issue
Block a user