This commit is contained in:
randomuser 2022-10-17 13:20:52 -05:00
parent 6e815831fa
commit 8c001d9b3d
4 changed files with 16 additions and 0 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ python/python
firefox/
htop/htop
tridactyl/tridactyl
nvim/autoload/plug.vim.old
nvim/spell/

View File

@ -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\$ "

View File

@ -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 <Leader>wu <C-w>+
nnoremap <Leader>mk :make<CR>:spl<CR>:terminal ./main<CR>
nnoremap <Leader>w<Leader>I :VimwikiDiaryIndex<CR>
inoremap <C-a> <Esc>mZ0i<Tab><Esc>`Zla
" }}}
" autocmds {{{

View File

@ -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