From 2413e9cbad620ca20b3aaffeb9cf4bb132e6113f Mon Sep 17 00:00:00 2001
From: johannst Builtin advanced buffer selection mode To generate minibuffer
key description
@@ -202,6 +207,7 @@
C-x w write-file write buffer (save as)
C-x b switch-to-buffer switch buffer
C-x C-b list-buffers buffer list
+ C-x x r rename-buffer renames a buffer (allows multiple shell, compile, grep, .. buffers)
ibuffer
isearch
key fn description
@@ -272,19 +286,23 @@
key fn description
-----------------------------------
rgrep recursive grep
+ lgrep local dir grep
+ grep raw grep command
find-grep run find-grep result in *grep* buffer
n/p navigate next/previous match in *grep* buffer
q quit *grep* buffer
yank/paste
- key fn description
----------------------------------------------
- C-<SPACE> set-mark-command set start mark to select text
- M-w kill-ring-save copy selected text
- C-w kill-region kill selected text
- C-y yank paste selected text
- M-y yank-pop cycle through kill-ring (only after paste)
+
key fn description
+-------------------------------------------------
+ C-<SPACE> set-mark-command set start mark to select text
+ C-x C-x exchange-point-and-mark swap mark and point position
+ M-w kill-ring-save copy selected text
+ C-w kill-region kill selected text
+ C-y yank paste selected text
+ M-y yank-pop cycle through kill-ring (only after paste)
+ M-y yank-from-kill-ring interactively select yank from kill ring
register
key fn description
@@ -309,7 +327,9 @@
- key fn description
------------------------------------------------
C-x h mark-whole-buffer mark whole buffer
- delete-matching-line delete lines matching regex
+ delete-matching-line delete lines matchng regex
+ kill-matching-line kill lines matching regex (puts them in kill ring)
+ keep-lines keep matching lines
replace-string replace unconditional
M-% query-replace search & replace
C-M-% query-replace-regexp search & replace regex
@@ -346,15 +366,7 @@
C-x p ! project-shell-command shell command on project
C-x p & project-async-shell-command async shell command on project
company
-
- key fn description
--------------------------------
- C-s search through completion candidates
- C-o filter completion candidates based on search term
- <f1> get doc for completion condidate
- M-<digit> select completion candidate
-
tags
+tags / lsp
etags
using ctags
@@ -409,11 +421,17 @@ supports ctags -R -e . generate emacs tag file (important `-e`)
fido-vertical-mode
in case vertical mode is preferred.
fido-vertical-mode
in case vertical mode is preferred.
prefix with C-u to replace region with
output of the command
+Set ESHELL
environment variable before starting emacs to change
+default shell, else customize the explicit-shell-file-name
variable.
key fn description
+---------------------------------------------
+ M-x shell start interactive shell
+ C-u M-x shell start interactive shell & rename
+
+
+ M-r comint-history-isearch-backward-regexp
+ search history, invoke at end of shell buffer
+ M-p comint-previous-input go one up in history
+ C-<UP>
+ M-n comint-next-input go one down in history
+ C-<DOWN>
+
+ C-c C-a go begin of line (honors prompt)
+ C-c C-e go to end of line
+ C-c C-c interrupt active command
+
--
cgit v1.2.3