misc from hermia

This commit is contained in:
Barak Michener 2021-04-12 18:49:57 -07:00
parent 34003802c6
commit f6188dfe86
5 changed files with 7 additions and 6 deletions

View file

@ -19,6 +19,7 @@
praise = blame
hist = show-branch -a
undo-last = reset HEAD^
unstage = restore --staged
[diff]
renamelimit = 0

View file

@ -128,6 +128,8 @@ bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
bindsym $mod+Tab workspace back_and_forth
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2

6
.vimrc
View file

@ -176,12 +176,9 @@ Plug 'leafOfTree/vim-svelte-plugin'
"Plug 'posva/vim-vue'
Plug 'Shougo/context_filetype.vim'
"Plug 'idris-hackers/idris-vim', {'for': 'idris'}
Plug 'edwinb/idris2-vim', {'for': 'idris'}
Plug 'fedorenchik/AnsiEsc'
Plug 'derekwyatt/vim-scala', {'for': 'scala'}
Plug 'hwayne/tla.vim'
Plug 'zchee/vim-goasm'
Plug 'cakebaker/scss-syntax.vim'
"Plug 'cappyzawa/starlark.vim'
" Plugins that autocomplete
@ -204,7 +201,7 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'Shougo/vimproc.vim'
Plug 'Shougo/vimfiler.vim'
Plug 'Shougo/unite.vim'
"Plug 'lucas8/coquille', {'branch': 'error_on_coq_error', 'for': 'coq'}
" TODO: Look into Coqtail, same author
Plug 'whonore/coquille', {'branch': 'pathogen-bundle', 'for': 'coq'}
"Plug 'dhruvasagar/vim-zoom'
Plug 'gabrielelana/vim-markdown'
@ -545,7 +542,6 @@ set statusline+=%{fugitive#statusline()}\ \
set statusline+=%c, "cursor column
set statusline+=%l/%L "cursor line/total lines
set statusline+=\ %P "percent through file
set statusline+=%{zoom#statusline()}\
" ** SMALL FUNCTIONS THAT DON'T FIT AS PLUGINS ***

View file

@ -44,6 +44,7 @@ fi
if command -v picom &>/dev/null; then
picom -b --config ~/.compton.conf &
fi
#exec awesome
exec i3
#exec startxfce4

View file

@ -33,6 +33,7 @@ PAGER=less; export PAGER
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.zshrc; export ENV
RUST_BACKTRACE=1; export RUST_BACKTRACE
#alias ls='ls -FG'
#alias la='ls -FGal'