aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-04-17 03:39:20 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-04-17 03:39:20 +0300
commit2dcdb880365f4ac3222e852986e285fdf8789a88 (patch)
tree6822a4e322c95982534332b0cbd91628a55961e2
parent1cf6c57be655ce94fbfa177860e50b201e0f78aa (diff)
downloadswayrice-2dcdb880365f4ac3222e852986e285fdf8789a88.tar.gz
swayrice-2dcdb880365f4ac3222e852986e285fdf8789a88.zip
zsh ^T open new terminal window
-rw-r--r--dotfiles/.config/zsh/shortcuts3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.config/zsh/shortcuts b/dotfiles/.config/zsh/shortcuts
index 132cfb4..05de470 100644
--- a/dotfiles/.config/zsh/shortcuts
+++ b/dotfiles/.config/zsh/shortcuts
@@ -47,7 +47,10 @@ lfcd () {
fi
fi
}
+
+# some keybindings
bindkey -s '^o' 'lfcd\n'
+bindkey -s '^t' 'spw\n'
# Mounting drive shortcuts
alias mnt="udisksctl mount -b"