]> git.armaanb.net Git - config.org.git/blobdiff - config.org
inputrc: switch to Emacs editing mode
[config.org.git] / config.org
index 603dc264f46d1c2bb02b640896ebfbdfd634a450..02b3696b454ffa1f8f7a8161333c59c4c921bcb5 100644 (file)
@@ -1092,7 +1092,7 @@ Make MPV play a little bit smoother.
 ** Inputrc
 For any GNU Readline programs
 #+begin_src conf :tangle ~/.inputrc
-  set editing-mode vi
+  set editing-mode emacs
 #+end_src
 ** Git
 *** User
@@ -1135,10 +1135,10 @@ For any GNU Readline programs
   a = add
   aa = add .
   c = commit
+  quickfix = commit . --amend --no-edit
   p = push
   subup = submodule update --remote
   loc = diff --stat 4b825dc642cb6eb9a060e54bf8d69288fbee4904 # Empty hash
-  mirror = git config --global alias.mirrormirror
   pushnc = push -o skip-ci
 #+end_src
 *** Commits