Skip to content

Commit 0c6a4f6

Browse files
committed
drop git fetching bs
1 parent 825ef7c commit 0c6a4f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@
179179
[fetch]
180180
# prune stuff locally if it was deleted from the remote
181181
prune = true
182-
pruneTags = true
183-
all = true
182+
# all = true
184183

185184
[stash]
186185
showPatch = true

.inputrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ set output-meta on
5959
set convert-meta off
6060

6161
# Use Alt/Meta + Delete to delete the preceding word
62-
"\e[3;3~": kill-word
62+
"\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

Comments
 (0)