changes
This commit is contained in:
parent
6e815831fa
commit
8c001d9b3d
|
@ -15,3 +15,5 @@ python/python
|
||||||
firefox/
|
firefox/
|
||||||
htop/htop
|
htop/htop
|
||||||
tridactyl/tridactyl
|
tridactyl/tridactyl
|
||||||
|
nvim/autoload/plug.vim.old
|
||||||
|
nvim/spell/
|
||||||
|
|
|
@ -11,6 +11,7 @@ alias ssh="ssh -F $HOME/.config/ssh/config"
|
||||||
# remind alias
|
# remind alias
|
||||||
alias sched="nvim $DOTREMINDERS"
|
alias sched="nvim $DOTREMINDERS"
|
||||||
alias cal="rem -cl"
|
alias cal="rem -cl"
|
||||||
|
alias shutdown="sudo shutdown -h now"
|
||||||
|
|
||||||
PS1="\w\$ "
|
PS1="\w\$ "
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,9 @@ set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
set inccommand=nosplit
|
set inccommand=nosplit
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
set hidden
|
||||||
|
set path+=**
|
||||||
|
set wildmenu
|
||||||
|
|
||||||
colorscheme earth
|
colorscheme earth
|
||||||
" }}}
|
" }}}
|
||||||
|
@ -66,6 +69,10 @@ nnoremap <Leader>wu <C-w>+
|
||||||
|
|
||||||
nnoremap <Leader>mk :make<CR>:spl<CR>:terminal ./main<CR>
|
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 {{{
|
" autocmds {{{
|
||||||
|
|
|
@ -70,6 +70,12 @@ super + o
|
||||||
super + p
|
super + p
|
||||||
xdotool mousemove_relative -- 10 0
|
xdotool mousemove_relative -- 10 0
|
||||||
|
|
||||||
|
super + shift + u
|
||||||
|
xdotool click 1
|
||||||
|
|
||||||
|
super + shift + p
|
||||||
|
xdotool click 2
|
||||||
|
|
||||||
# bspwm
|
# bspwm
|
||||||
|
|
||||||
super + q
|
super + q
|
||||||
|
|
Loading…
Reference in New Issue