aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/keybindings.zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-24 18:34:07 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-24 18:34:07 -0500
commit10fc0cf35002c33320a0d70058c1b9f15eaa6ba9 (patch)
tree7eaed46e0ce1f55855bc0e68f5415add1f139d89 /zsh/keybindings.zsh
parenta89d68a2bbb131ba2aae2b75f9553ca9346dd70f (diff)
refactor: refactored and cleaned up
Diffstat (limited to 'zsh/keybindings.zsh')
-rw-r--r--zsh/keybindings.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/keybindings.zsh b/zsh/keybindings.zsh
index 0dcaa25..3b80098 100644
--- a/zsh/keybindings.zsh
+++ b/zsh/keybindings.zsh
@@ -45,7 +45,6 @@ function r-cut() {
(( ${+aliases[cb]} )) && printf "$CUTBUFFER" | cb
}
-# Keybinds
for key kcap seq mode widget (
sleft kLFT $'\e[1;2D' select backward-char
sright kRIT $'\e[1;2C' select forward-char