summaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 3e00ea5..6c32a86 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -89,17 +89,10 @@ htop_widget() {
zle accept-line
}
-notesplain_widget() {
- zle -I
- BUFFER="notesplain"
- zle accept-line
-}
-
# Register it as a ZLE widget
zle -N lfcd_widget
zle -N gitui_widget
zle -N htop_widget
-zle -N notesplain_widget
# Bind it in both vi keymaps
bindkey -M viins '^o' lfcd_widget
@@ -111,9 +104,6 @@ bindkey -M vicmd '^g' gitui_widget
bindkey -M viins '^t' htop_widget
bindkey -M vicmd '^t' htop_widget
-bindkey -M viins '^n' notesplain_widget
-bindkey -M vicmd '^n' notesplain_widget
-
# Use vim keys in tab complete menu:
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history