Improve the mode menu a bit
This commit is contained in:
parent
a3729c1306
commit
aa54fd6dc9
1 changed files with 14 additions and 5 deletions
|
@ -89,19 +89,28 @@
|
||||||
'("Prelude"
|
'("Prelude"
|
||||||
("Files"
|
("Files"
|
||||||
["Open with..." crux-open-with]
|
["Open with..." crux-open-with]
|
||||||
|
["Re-open as root" crux-reopen-as-root]
|
||||||
["Delete file and buffer" crux-delete-file-and-buffer]
|
["Delete file and buffer" crux-delete-file-and-buffer]
|
||||||
["Rename buffer and file" crux-rename-buffer-and-file])
|
["Rename buffer and file" crux-rename-buffer-and-file]
|
||||||
|
["Find init file" crux-find-user-init-file]
|
||||||
|
["Find custom file" crux-find-user-custom-file]
|
||||||
|
["Find shell config file" crux-find-shell-init-file])
|
||||||
|
|
||||||
("Buffers"
|
("Buffers"
|
||||||
["Clean up buffer or region" crux-cleanup-buffer-or-region]
|
["Clean up buffer or region" crux-cleanup-buffer-or-region]
|
||||||
["Kill other buffers" crux-kill-other-buffers])
|
["Kill other buffers" crux-kill-other-buffers])
|
||||||
|
|
||||||
("Editing"
|
("Editing"
|
||||||
["Insert empty line" prelude-insert-empty-line]
|
["Go to beginning of line" crux-move-beginning-of-line]
|
||||||
["Move line up" prelude-move-line-up]
|
["Kill line" crux-smart-kill-line]
|
||||||
["Move line down" prelude-move-line-down]
|
["Kill whole line" crux-kill-whole-line]
|
||||||
["Duplicate line or region" prelude-duplicate-current-line-or-region]
|
["Insert empty line below" crux-smart-open-line]
|
||||||
|
["insert empty line above" crux-smart-open-line-above]
|
||||||
|
["Move up" move-text-up]
|
||||||
|
["Move down" move-text-down]
|
||||||
|
["Duplicate line or region" crux-duplicate-current-line-or-region]
|
||||||
["Indent rigidly and copy to clipboard" crux-indent-rigidly-and-copy-to-clipboard]
|
["Indent rigidly and copy to clipboard" crux-indent-rigidly-and-copy-to-clipboard]
|
||||||
|
["Indent defun" crux-indent-defun]
|
||||||
["Insert date" crux-insert-date]
|
["Insert date" crux-insert-date]
|
||||||
["Eval and replace" crux-eval-and-replace]
|
["Eval and replace" crux-eval-and-replace]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue