summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-10-19 11:34:16 -0400
committerJackJ30 <jackqjamison@proton.me>2024-10-19 11:34:16 -0400
commiteec9332265496456b705035af32c24e2a90f48bb (patch)
tree1179020f582b8eec5bc173ca8fbfeedab5c42b7c
parentae201197d96cc3989773da7dfd66b3e7291fe16f (diff)
changes
-rw-r--r--.config/emacs/Emacs.org13
-rw-r--r--.config/emacs/init.el12
-rw-r--r--.config/mpd/mpd.pid2
-rwxr-xr-x[-rw-r--r--]shortcuts/discord0
4 files changed, 22 insertions, 5 deletions
diff --git a/.config/emacs/Emacs.org b/.config/emacs/Emacs.org
index 71a342c..8ecb98e 100644
--- a/.config/emacs/Emacs.org
+++ b/.config/emacs/Emacs.org
@@ -356,6 +356,15 @@ best git frontend ever
(global-set-key (kbd "M-p") #'move-text-up)
(global-set-key (kbd "M-n") #'move-text-down)
+ (defun next-word (p)
+ "Move point to the beginning of the next word, past any spaces"
+ (interactive "d")
+ (forward-word)
+ (forward-word)
+ (backward-word))
+ (global-set-key "\M-f" 'next-word)
+
+
#+end_src
* Development
@@ -496,8 +505,8 @@ best git frontend ever
:config
(setq dired-dwim-target t)
(evil-collection-define-key 'normal 'dired-mode-map
- "h" 'dired-single-up-directory
- "l" 'dired-single-buffer))
+ "h" 'dired-single-up-directory
+ "l" 'dired-single-buffer))
(use-package dired-single
:commands (dired dired-jump))
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index e10998b..09dace5 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -322,6 +322,14 @@
(global-set-key (kbd "M-p") #'move-text-up)
(global-set-key (kbd "M-n") #'move-text-down)
+(defun next-word (p)
+ "Move point to the beginning of the next word, past any spaces"
+ (interactive "d")
+ (forward-word)
+ (forward-word)
+ (backward-word))
+(global-set-key "\M-f" 'next-word)
+
(use-package lsp-mode
:init
(setq lsp-keymap-prefix "C-c l"
@@ -448,8 +456,8 @@
:config
(setq dired-dwim-target t)
(evil-collection-define-key 'normal 'dired-mode-map
- "h" 'dired-single-up-directory
- "l" 'dired-single-buffer))
+ "h" 'dired-single-up-directory
+ "l" 'dired-single-buffer))
(use-package dired-single
:commands (dired dired-jump))
diff --git a/.config/mpd/mpd.pid b/.config/mpd/mpd.pid
index 1b1818c..c4425ac 100644
--- a/.config/mpd/mpd.pid
+++ b/.config/mpd/mpd.pid
@@ -1 +1 @@
-1353
+1395
diff --git a/shortcuts/discord b/shortcuts/discord
index 52af980..52af980 100644..100755
--- a/shortcuts/discord
+++ b/shortcuts/discord