Change tmux default shell to fish

This commit is contained in:
Sravan Balaji
2024-09-02 21:28:44 -04:00
parent fa4cc5b2f0
commit 1fe4fdb37e
2 changed files with 10 additions and 0 deletions

View File

@@ -3674,6 +3674,14 @@ postlock() {
*** Tmux
**** Default Shell
Change default shell for tmux to use
#+BEGIN_SRC conf :tangle tmux/.tmux.conf
set -g default-shell /bin/fish
#+END_SRC
**** Prefix Key
Remap prefix from 'C-b' to 'C-a'

View File

@@ -1,3 +1,5 @@
set -g default-shell /bin/fish
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix