Skip to content

Commit

Permalink
Add keybind F10 -> buffer-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchan0321 committed Oct 30, 2024
1 parent 3dc458e commit 23f0ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pmacs-default.key
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ default: {
setkey KEY_F7 search-next;
setkey KEY_F8 search-previous;
setkey KEY_F9 set-noprotect;
setkey KEY_F10 <nil>;
setkey KEY_F10 buffer-list;
setkey KEY_F11 execute-editor-command;
setkey KEY_F12 roll-current-window;

Expand Down Expand Up @@ -491,7 +491,7 @@ emacs {
setkey KEY_F7 search-next;
setkey KEY_F8 search-previous;
setkey KEY_F9 set-noprotect;
setkey KEY_F10 <nil>;
setkey KEY_F10 buffer-list;
setkey KEY_F11 execute-editor-command;
setkey KEY_F12 roll-current-window;

Expand Down

0 comments on commit 23f0ac3

Please sign in to comment.