Skip to content

Commit

Permalink
remove the safe paste config; bindkey -e has a similar effect
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663-zoom committed Jul 14, 2020
1 parent f433e95 commit e1bce53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions peru.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
imports:
dircolors-solarized: dircolors-solarized

oh-my-zsh: oh-my-zsh

tmux-colors-solarized: tmux/solarized
tmux-sensible: tmux/sensible

Expand All @@ -18,10 +16,6 @@ git module dircolors-solarized:
url: https://github.com/seebi/dircolors-solarized
rev: 5fb86a3f947f0e8b3005871c2f97df80e80f3016

git module oh-my-zsh:
url: https://github.com/robbyrussell/oh-my-zsh
rev: fd786291bab7468c7cdd5066ac436218a1fba9e2

git module tmux-sensible:
url: https://github.com/tmux-plugins/tmux-sensible
rev: e91b178ff832b7bcbbf4d99d9f467f63fd1b76b5
Expand Down
3 changes: 0 additions & 3 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ key[Delete]=${terminfo[kdch1]}
[[ -n "${key[Insert]}" ]] && bindkey "${key[Insert]}" overwrite-mode
[[ -n "${key[Delete]}" ]] && bindkey "${key[Delete]}" delete-char

# Safe paste: give me a chance to edit multi-line commands that I paste in.
source "$DOTFILES/oh-my-zsh/plugins/safe-paste/safe-paste.plugin.zsh"

# Starship command prompt
eval "$(starship init zsh)"

Expand Down

0 comments on commit e1bce53

Please sign in to comment.