mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Minor edits to the Dired sections of Doom Emacs config.
This commit is contained in:
@@ -151,10 +151,15 @@ List of keybindings (SPC h b b)")
|
|||||||
(kbd "R") 'dired-do-rename
|
(kbd "R") 'dired-do-rename
|
||||||
(kbd "T") 'dired-do-touch
|
(kbd "T") 'dired-do-touch
|
||||||
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
|
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
|
||||||
|
(kbd "Z") 'dired-do-compress
|
||||||
(kbd "+") 'dired-create-directory
|
(kbd "+") 'dired-create-directory
|
||||||
(kbd "-") 'dired-up-directory
|
(kbd "-") 'dired-do-kill-lines
|
||||||
(kbd "% l") 'dired-downcase
|
(kbd "% l") 'dired-downcase
|
||||||
|
(kbd "% m") 'dired-mark-files-regexp
|
||||||
(kbd "% u") 'dired-upcase
|
(kbd "% u") 'dired-upcase
|
||||||
|
(kbd "* %") 'dired-mark-files-regexp
|
||||||
|
(kbd "* .") 'dired-mark-extension
|
||||||
|
(kbd "* /") 'dired-mark-directories
|
||||||
(kbd "; d") 'epa-dired-do-decrypt
|
(kbd "; d") 'epa-dired-do-decrypt
|
||||||
(kbd "; e") 'epa-dired-do-encrypt)
|
(kbd "; e") 'epa-dired-do-encrypt)
|
||||||
;; Get file icons in dired
|
;; Get file icons in dired
|
||||||
|
|||||||
@@ -354,10 +354,15 @@ Dired is the file manager within Emacs. Below, I setup keybindings for image pr
|
|||||||
(kbd "R") 'dired-do-rename
|
(kbd "R") 'dired-do-rename
|
||||||
(kbd "T") 'dired-do-touch
|
(kbd "T") 'dired-do-touch
|
||||||
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
|
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
|
||||||
|
(kbd "Z") 'dired-do-compress
|
||||||
(kbd "+") 'dired-create-directory
|
(kbd "+") 'dired-create-directory
|
||||||
(kbd "-") 'dired-up-directory
|
(kbd "-") 'dired-do-kill-lines
|
||||||
(kbd "% l") 'dired-downcase
|
(kbd "% l") 'dired-downcase
|
||||||
|
(kbd "% m") 'dired-mark-files-regexp
|
||||||
(kbd "% u") 'dired-upcase
|
(kbd "% u") 'dired-upcase
|
||||||
|
(kbd "* %") 'dired-mark-files-regexp
|
||||||
|
(kbd "* .") 'dired-mark-extension
|
||||||
|
(kbd "* /") 'dired-mark-directories
|
||||||
(kbd "; d") 'epa-dired-do-decrypt
|
(kbd "; d") 'epa-dired-do-decrypt
|
||||||
(kbd "; e") 'epa-dired-do-encrypt)
|
(kbd "; e") 'epa-dired-do-encrypt)
|
||||||
;; Get file icons in dired
|
;; Get file icons in dired
|
||||||
@@ -393,6 +398,13 @@ If peep-dired is enabled, you will get image previews as you go up/down with 'j'
|
|||||||
trash-directory "~/.local/share/Trash/files/")
|
trash-directory "~/.local/share/Trash/files/")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
=NOTE=: For convenience, you may want to create a symlink to 'local/share/Trash' in your home directory:
|
||||||
|
#+begin_example
|
||||||
|
cd ~/
|
||||||
|
ln -s ~/.local/share/Trash .
|
||||||
|
#+end_example
|
||||||
|
|
||||||
|
|
||||||
* DOOM THEME
|
* DOOM THEME
|
||||||
Setting the theme to doom-one. To try out new themes, I set a keybinding for counsel-load-theme with 'SPC h t'.
|
Setting the theme to doom-one. To try out new themes, I set a keybinding for counsel-load-theme with 'SPC h t'.
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
[xin_1]
|
[xin_0]
|
||||||
file=/home/dt/wallpapers/0258.jpg
|
file=/home/dt/wallpapers/0296.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_0]
|
[xin_1]
|
||||||
file=/home/dt/wallpapers/0258.jpg
|
file=/home/dt/wallpapers/0296.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_2]
|
[xin_2]
|
||||||
file=/home/dt/wallpapers/0258.jpg
|
file=/home/dt/wallpapers/0296.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=3840
|
posx=1936
|
||||||
posy=0
|
posy=40
|
||||||
sizex=1920
|
sizex=932
|
||||||
sizey=1080
|
sizey=1020
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=icon
|
view=icon
|
||||||
|
|||||||
Reference in New Issue
Block a user