1 vbell off 2 defescape ^Jj 3 escape ^Jj 4 5 startup_message off 6 7 # define a bigger scrollback, default is 100 lines, I like large scrollback 8 defscrollback 2048 9 10 # An alternative hardstatus to display a bar at the bottom listing the 11 # windownames and highlighting the current windowname in blue. (This is only 12 # enabled if there is no hardstatus setting for your terminal) 13 hardstatus on 14 hardstatus alwayslastline 15 hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " 16 17 # another way to show window list 18 #caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b 4w}%?%L=%-Lw%45>%{-b w4}%n%f* %t%{-}%+Lw%-0<" 19 20 # key bingdings 21 # remove some stupid/dangerous key bindings 22 bind k 23 bind ^k 24 bind . 25 bind ^/ 26 bind // 27 bind ^h 28 bind h 29 bind l windowlist 30 bindkey ^[, prev 31 bindkey ^[. next 32 33 # some useful keys for resizing 34 bind = resize = 35 bind + resize +1 36 bind - resize -1 37 bind _ resize max 38 39 # bind some keys for moving between split windows 40 bind j focus down 41 bind k focus up 42 bind t focus top 43 bind b focus bottom 44
-- On Sat, 22 Sep 2007, Dmitry Kakurin wrote: > We've had this theoretical (and IMHO pointless) discussion C vs. C++ *in > general*.
I think "pointless" is more to the point. We don't want C++. Why is that so hard to accept? Re: C++ *for Git* Johannes Schindelin http://thread.gmane.org/gmane.comp.version-control.git/58929/focus=58933