changes
This commit is contained in:
parent
6e815831fa
commit
8c001d9b3d
|
@ -15,3 +15,5 @@ python/python
|
|||
firefox/
|
||||
htop/htop
|
||||
tridactyl/tridactyl
|
||||
nvim/autoload/plug.vim.old
|
||||
nvim/spell/
|
||||
|
|
|
@ -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\$ "
|
||||
|
||||
|
|
|
@ -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 {{{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue