Commit 02863177 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #750 from LER0ever/master

Terminal: add support for Neovim terminal emulator
parents 532b1913 34800b66
...@@ -1669,6 +1669,8 @@ get_term() { ...@@ -1669,6 +1669,8 @@ get_term() {
"login"* | *"Login"* | "init" | "(init)") term="$(tty)" ;; "login"* | *"Login"* | "init" | "(init)") term="$(tty)" ;;
"ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER"*"PID"*) break ;; "ruby" | "1" | "systemd" | "sshd"* | "python"* | "USER"*"PID"*) break ;;
"gnome-terminal-") term="gnome-terminal" ;; "gnome-terminal-") term="gnome-terminal" ;;
*"nvim") term="Neovim Terminal" ;;
*"NeoVimServer"*) term="VimR Terminal" ;;
*) term="${name##*/}" ;; *) term="${name##*/}" ;;
esac esac
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment