diff options
author | Julian T <julian@jtle.dk> | 2020-05-14 20:38:15 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-14 20:40:03 +0200 |
commit | 900249e33d6c3e1108385360880ccc022bf61029 (patch) | |
tree | 6f0d03c0908595417b4a24d309aec3f8ae1a3cad /zsh/.zshrc | |
parent | 74ed27204ab3ad135dbc338f1ce3a3ca74adb477 (diff) |
Zsh vim keys and experimenting with new zsh config. Dwm converted to new
xinit system
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -80,8 +80,6 @@ SUDO_EDITOR=nvim export ANSIBLE_NOCOWS=1 -export PATH=$HOME/Scripts:$PATH - # Creates a new shell in the current shell alias new="ZSH_NEST=$((ZSH_NEST + 1)) zsh" @@ -92,6 +90,7 @@ then fi bindkey "^P" up-line-or-search +bindkey -v function gittr { if [ $# -eq 0 ] |