diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-04-17 03:39:20 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-04-17 03:39:20 +0300 |
commit | 2dcdb880365f4ac3222e852986e285fdf8789a88 (patch) | |
tree | 6822a4e322c95982534332b0cbd91628a55961e2 /dotfiles | |
parent | 1cf6c57be655ce94fbfa177860e50b201e0f78aa (diff) | |
download | swayrice-2dcdb880365f4ac3222e852986e285fdf8789a88.tar.gz swayrice-2dcdb880365f4ac3222e852986e285fdf8789a88.zip |
zsh ^T open new terminal window
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/zsh/shortcuts | 3 |
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" |