Change tmux default shell to fish
This commit is contained in:
@@ -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'
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user