summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-06-22 00:55:55 +0200
committerStefan Ritter <xeno@thehappy.de>2011-06-22 00:55:55 +0200
commit4ed77e8a9416e18a44296e7e2e17f66fca56be95 (patch)
tree61ac78987034b8db14a86a16e9d340c4b3e1d34d
parent6c2548031c06fe8bb6d39e608614253854c4a388 (diff)
i3: add client kill shortcut
zsh: add ll (old 'l')
-rw-r--r--i3/config1
-rw-r--r--zsh/zshrc3
2 files changed, 3 insertions, 1 deletions
diff --git a/i3/config b/i3/config
index 52cb65c..3fca9f8 100644
--- a/i3/config
+++ b/i3/config
@@ -25,6 +25,7 @@ bind mod1+58 f
bind mod1+43 s
bind mod1+47 d
bind mod1+65 t
+bind mod1+27 kill
bind mod1+44 h
bind mod1+45 j
diff --git a/zsh/zshrc b/zsh/zshrc
index 6b88e9e..1ce5642 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -49,7 +49,8 @@ precmd() {
alias c="clear"
alias ls="ls --color=auto"
-alias l="ls -lah"
+alias l="ls -lh"
+alias ll="ls -lah"
alias mkdir="mkdir -p"
alias pg="pgrep -fl"
alias rmrf="rm -rf"