Skip to content

Instantly share code, notes, and snippets.

@jsgoyette
Last active November 19, 2017 06:14
Show Gist options
  • Save jsgoyette/d194a6ba99a3983f6535a470d48e91bb to your computer and use it in GitHub Desktop.
Save jsgoyette/d194a6ba99a3983f6535a470d48e91bb to your computer and use it in GitHub Desktop.
activity "%c activity -> %n%f %t"
altscreen on
autodetach on
defbce on
deflogin on
defflow off
defscrollback 2048
defutf8 on
msgwait 4
nethack on
nonblock on
shelltitle "$ |terminal"
startup_message off
vbell off
vbell_msg ""
bell_msg "!!! Ding !!!"
# Only S-K to kill
bind k
bind ^k
bind K kill
bind h focus left
bind l focus right
bind j focus down
bind k focus up
bindkey -k k; quit
term screen-256color
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
hardstatus alwayslastline "%{= dd}%{= Wr} %{= dd} %{+b w} ${USER}@%H - %D %d %M %c:%s %{= Wr} %{= dd} %="
caption always "%{= kb}[ %=%{w}%?%-Lw%?%{b}(%{W}%n*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{B} %{W}%l %{b}]%{B} %{b}"
# caption always "%{= kb}[ %=%{w}%?%-Lw%?%{b}(%{W}%n*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{B} %H %{W}%l %{b}][%{B} %d.%m.%Y %{W}%0c %{b}]"
sorendition +b kG
shell "/usr/bin/zsh"
layout save default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment