Minor edits

This commit is contained in:
Derek Taylor
2023-08-24 23:50:25 -05:00
parent 577425beb6
commit 923a3f05fe
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window") "b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
"b d" '(bookmark-delete :wk "Delete bookmark") "b d" '(bookmark-delete :wk "Delete bookmark")
"b i" '(ibuffer :wk "Ibuffer") "b i" '(ibuffer :wk "Ibuffer")
"b k" '(kill-this-buffer :wk "Kill this buffer") "b k" '(kill-current-buffer :wk "Kill current buffer")
"b K" '(kill-some-buffers :wk "Kill multiple buffers") "b K" '(kill-some-buffers :wk "Kill multiple buffers")
"b l" '(list-bookmarks :wk "List bookmarks") "b l" '(list-bookmarks :wk "List bookmarks")
"b m" '(bookmark-set :wk "Set bookmark") "b m" '(bookmark-set :wk "Set bookmark")
+2 -1
View File
@@ -311,7 +311,7 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window") "b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
"b d" '(bookmark-delete :wk "Delete bookmark") "b d" '(bookmark-delete :wk "Delete bookmark")
"b i" '(ibuffer :wk "Ibuffer") "b i" '(ibuffer :wk "Ibuffer")
"b k" '(kill-this-buffer :wk "Kill this buffer") "b k" '(kill-current-buffer :wk "Kill current buffer")
"b K" '(kill-some-buffers :wk "Kill multiple buffers") "b K" '(kill-some-buffers :wk "Kill multiple buffers")
"b l" '(list-bookmarks :wk "List bookmarks") "b l" '(list-bookmarks :wk "List bookmarks")
"b m" '(bookmark-set :wk "Set bookmark") "b m" '(bookmark-set :wk "Set bookmark")
@@ -760,6 +760,7 @@ The following settings are simple modes that are enabled (or disabled) so that E
(scroll-bar-mode -1) ;; Disable the scroll bar (scroll-bar-mode -1) ;; Disable the scroll bar
(tool-bar-mode -1) ;; Disable the tool bar (tool-bar-mode -1) ;; Disable the tool bar
(setq org-edit-src-content-indentation 0) ;; Set src block automatic indent to 0 instead of 2. (setq org-edit-src-content-indentation 0) ;; Set src block automatic indent to 0 instead of 2.
#+end_src #+end_src
* SHELLS AND TERMINALS * SHELLS AND TERMINALS