We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825ef7c commit 0c6a4f6Copy full SHA for 0c6a4f6
.gitconfig
@@ -179,8 +179,7 @@
179
[fetch]
180
# prune stuff locally if it was deleted from the remote
181
prune = true
182
- pruneTags = true
183
- all = true
+ # all = true
184
185
[stash]
186
showPatch = true
.inputrc
@@ -59,4 +59,7 @@ set output-meta on
59
set convert-meta off
60
61
# Use Alt/Meta + Delete to delete the preceding word
62
-"\e[3;3~": kill-word
+"\e[3;3~": kill-word
63
+
64
+# https://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline#:~:text=Basic%20Navigation%20and%20Editing
65
+# - ctrl-w to delete the previous word
0 commit comments