diff --git a/.gitignore b/.gitignore index 020818d..2dbd630 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ python/python firefox/ htop/htop tridactyl/tridactyl +nvim/autoload/plug.vim.old +nvim/spell/ diff --git a/bash/bashrc b/bash/bashrc index aba207d..27aea79 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -11,6 +11,7 @@ alias ssh="ssh -F $HOME/.config/ssh/config" # remind alias alias sched="nvim $DOTREMINDERS" alias cal="rem -cl" +alias shutdown="sudo shutdown -h now" PS1="\w\$ " diff --git a/nvim/init.vim b/nvim/init.vim index b7339ad..b8a5229 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -36,6 +36,9 @@ set ignorecase set smartcase set inccommand=nosplit set nocompatible +set hidden +set path+=** +set wildmenu colorscheme earth " }}} @@ -66,6 +69,10 @@ nnoremap wu + nnoremap mk :make:spl:terminal ./main +nnoremap wI :VimwikiDiaryIndex + +inoremap mZ0i`Zla + " }}} " autocmds {{{ diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index b26bb44..3e99ba9 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -70,6 +70,12 @@ super + o super + p xdotool mousemove_relative -- 10 0 +super + shift + u + xdotool click 1 + +super + shift + p + xdotool click 2 + # bspwm super + q