]> git.deb.at Git - debienna.git/blobdiff - AlexanderGanster/ScreenConfig/index.mdwn
change sebastianbachmann to debienna people
[debienna.git] / AlexanderGanster / ScreenConfig / index.mdwn
index 1f7ad0d0a2ac9ca7a965be5f4355ca01e4d9575b..f3f9043331cf7731f4c4fd77f3b517a99868ebe9 100644 (file)
@@ -1,8 +1,10 @@
+
 Here's my current UNIX screen config. Since I'm sharing parts of my config with other people I'm sourcing a user-specific file at the end of the first config file:
 
 that's my .screenrc
 
-{{{
+
+[[!format txt """
 screen 0 zsh
 
 defutf8               on
@@ -28,10 +30,9 @@ sorendition 10 99 # default!
 ################################### Alex
 source ./screenrc-$USER
 
-}}}
-
+"""]]
 And that's the second part of the config which is user-specific:
-{{{
+[[!format txt """
 autodetach on
 defscrollback 5000
 
@@ -74,6 +75,5 @@ hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%
 # http://www.delorie.com/gnu/docs/screen/screen_toc.html
 # http://gentoo-wiki.com/TIP_Using_screen
 
-}}}
-
-If you want you can also put the entire config into one file....
\ No newline at end of file
+"""]]
+If you want you can also put the entire config into one file....