[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix "xit not found" error
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-ling committed Dec 25, 2014
1 parent 5c17ef3 commit 36afcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/safekill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function safe_end_procs {
elif [[ "$pane_proc" == "man" ]] || [[ "$pane_proc" == "less" ]]; then
cmd='"q"'
elif [[ "$pane_proc" == "bash" ]] || [[ "$pane_proc" == "zsh" ]]; then
cmd='C-c "exit" Enter'
cmd='C-c C-u "exit" Enter'
elif [[ "$pane_proc" == "ssh" ]]; then
cmd='Enter "~."'
fi
Expand Down

0 comments on commit 36afcbe

Please sign in to comment.