repare erreur ouvertur tutos screenrc

This commit is contained in:
hugogogo
2022-03-07 16:26:08 +01:00
parent abc8e05ece
commit 04871c2ec3
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ bind F eval "hardstatus alwayslastline"
# stuff "vim file.txt^M" # stuff "vim file.txt^M"
chdir $HOME/huhuhu_config chdir $HOME/huhuhu_config
screen screen
chdir $HOME/huhuhu_config/tutos
screen -t shell vim -n shell.txt screen -t shell vim -n shell.txt
screen -t git vim -n git.txt screen -t git vim -n git.txt
screen -t screen vim -n screen.txt screen -t screen vim -n screen.txt

View File

@@ -26,7 +26,7 @@ set smartcase
set hidden set hidden
" Enable mouse usage (all modes) " Enable mouse usage (all modes)
set mouse=a "set mouse=a
" turns on syntax hilighting " turns on syntax hilighting
syntax on syntax on