Skip to content
Snippets Groups Projects
Commit 9bac0ab9 authored by jkerdreu's avatar jkerdreu
Browse files

Default shell is tmux


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2915 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1e24da02
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,8 @@ RUN echo xAAL|xaal-keygen|grep "key=" > /root/.xaal/xaal.ini
COPY ./tmux.conf /root/.tmux.conf
run chsh root -s /usr/bin/fish
#run curl https://getmic.ro | bash;mv ./micro /usr/local/bin
#CMD ["tmux"]
#CMD ["bash"]
CMD ["fish"]
CMD ["tmux"]
EXPOSE 8080/tcp
EXPOSE 9090/tcp
......
......@@ -52,14 +52,17 @@ set -g pane-active-border-style fg=colour39
#-------
# Mouse
#-------
#set -g mouse on
bind-key m set-option -g mouse off \; display 'Mouse: OFF'
bind-key M set-option -g mouse on \; display 'Mouse: ON'
#bind-key m set-option -g mouse off \; display 'Mouse: OFF'
#bind-key M set-option -g mouse on \; display 'Mouse: ON'
bind-key m set-option -g mouse \; display 'Switching mouse'
#-----------------
# pane navigation
#-----------------
bind -r C-b select-pane -t :.+ # select next pane
bind-key = set-window-option synchronize-panes \; display 'Switching synchronize'
#-------------------
# window navigation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment