From c076d7e4067c87eec34866b7056e3614108c9128 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 10 Mar 2017 19:11:44 -0600 Subject: [PATCH] remove old wiif alias (we ust nmtui now) --- shell/aliases | 3 ++- text-editor/neovim/init.vim | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/shell/aliases b/shell/aliases index c461847..45e5987 100644 --- a/shell/aliases +++ b/shell/aliases @@ -63,10 +63,11 @@ alias chrome="google-chrome-beta" # networking aliases alias p="ping 8.8.8.8" +# DEPRECATED: we use network manager (nmtui/nmcli) now # start netctl using any available profile on the first wireless network # interface # TODO: flesh this out into a function that lets the user know what's going on. -alias wifi="sudo systemctl start netctl-auto@$(for wli in /sys/class/net/wl*; do echo $(basename $wli); break; done)" +#alias wifi="sudo systemctl start netctl-auto@$(for wli in /sys/class/net/wl*; do echo $(basename $wli); break; done)" # misc aliases alias setbg="feh --bg-fill" diff --git a/text-editor/neovim/init.vim b/text-editor/neovim/init.vim index 0f4db96..b184ba0 100644 --- a/text-editor/neovim/init.vim +++ b/text-editor/neovim/init.vim @@ -111,6 +111,7 @@ Plug 'bkad/CamelCaseMotion' " camel case and underscore word movements Plug 'LargeFile' " gracefully handle very large files Plug 'tpope/vim-commentary' " toggle comments in code easily Plug 'tpope/vim-repeat' " toggle comments in code easily +Plug 'othree/html5.vim' " HTML5 syntax Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux Plug 'tasklist.vim' " show tasks with leader,t