Compare commits

..

5 Commits

Author SHA1 Message Date
b99ef59ac4 Update links to renamed files 2024-09-06 11:30:49 +02:00
9ce42dc712 Formatting 2024-09-06 05:07:24 +02:00
04d6a396a7 Realign table 2024-09-06 05:06:18 +02:00
cc64410928 Update command names 2024-09-06 05:05:27 +02:00
287d899276 Add two more common commands 2024-09-06 05:03:55 +02:00
2 changed files with 107 additions and 105 deletions

View File

@ -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.
- [[./foiler.org][foiler.org]] - org-filen som foilene genereres fra. - [[./slides.org][slides.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.

View File

@ -1,104 +1,106 @@
|---------------------+------------------------------------| |---------------------+------------------------------|
| 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= |
| =M-b= | =backward-word= | | =M-b= | =backward-word= |
| =C-a= | =move-beginning-of-line= | | =C-a= | =move-beginning-of-line= |
| =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= |
| =M-q= | =fill-paragraph= | | =M-q= | =fill-paragraph= |
| =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 k= | =kill-buffer= | | =C-x C-b= | =list-buffers= |
| =C-x <left>= | =previous-buffer= | | =C-x k= | =kill-buffer= |
| =C-x <right>= | =next-buffer= | | =C-x <left>= | =previous-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-r= | =isearch-backward= | | =C-s= | =isearch-forward= |
|---------------------+------------------------------------| | =C-r= | =isearch-backward= |
| Hjelp til selvhjelp | | |---------------------+------------------------------|
|---------------------+------------------------------------| | Hjelp til selvhjelp | |
| =C-h k= | =Info-goto-emacs-key-command-node= | |---------------------+------------------------------|
| =C-h f= | =Info-goto-emacs-command-node= | | =C-h k= | =describe-key= |
| =C-h m= | =describe-mode= | | =C-h f= | =describe-function= |
| =C-h a= | =apropos-command= | | =C-h v= | =describe-variable= |
| =C-h C-h, C-h ?= | =help-for-help= | | =C-h m= | =describe-mode= |
|---------------------+------------------------------------| | =C-h a= | =apropos-command= |
| Programmering | | | =C-h C-h, C-h ?= | =help-for-help= |
|---------------------+------------------------------------| |---------------------+------------------------------|
| =TAB= | =indent-for-tab-command= | | Programmering | |
| =M-;= | =comment-dwim= | |---------------------+------------------------------|
| =M-g g= | =goto-line= | | =TAB= | =indent-for-tab-command= |
|---------------------+------------------------------------| | =M-;= | =comment-dwim= |
| =M-g g= | =goto-line= |
|---------------------+------------------------------|