2 Commits

  1. 3
      .gitmodules
  2. 1
      borg/bash-completion
  3. 1
      personal/global-modes.el

3
.gitmodules

@ -7,6 +7,9 @@
[submodule "avy"]
path = borg/avy
url = https://github.com/abo-abo/avy
[submodule "bash-completion"]
path = borg/bash-completion
url = https://github.com/szermatt/emacs-bash-completion
[submodule "better-shell"]
path = borg/better-shell
url = https://github.com/killdash9/better-shell

1
borg/bash-completion

@ -0,0 +1 @@
Subproject commit 792eeed8c6dced575f460d8756ce8726a7004c17

1
personal/global-modes.el

@ -14,6 +14,7 @@
(("C-!" . iedit-mode)
("M-]" . iedit-mode)))
;; better shell remote bindings
(use-package t
:bind
(("C-; r" . better-shell-remote-open)

Loading…
Cancel
Save