misc from hermia
This commit is contained in:
parent
34003802c6
commit
f6188dfe86
5 changed files with 7 additions and 6 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
praise = blame
|
praise = blame
|
||||||
hist = show-branch -a
|
hist = show-branch -a
|
||||||
undo-last = reset HEAD^
|
undo-last = reset HEAD^
|
||||||
|
unstage = restore --staged
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
renamelimit = 0
|
renamelimit = 0
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,8 @@ bindsym $mod+8 workspace 8
|
||||||
bindsym $mod+9 workspace 9
|
bindsym $mod+9 workspace 9
|
||||||
bindsym $mod+0 workspace 10
|
bindsym $mod+0 workspace 10
|
||||||
|
|
||||||
|
bindsym $mod+Tab workspace back_and_forth
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace 1
|
bindsym $mod+Shift+1 move container to workspace 1
|
||||||
bindsym $mod+Shift+2 move container to workspace 2
|
bindsym $mod+Shift+2 move container to workspace 2
|
||||||
|
|
|
||||||
8
.vimrc
8
.vimrc
|
|
@ -176,12 +176,9 @@ Plug 'leafOfTree/vim-svelte-plugin'
|
||||||
"Plug 'posva/vim-vue'
|
"Plug 'posva/vim-vue'
|
||||||
Plug 'Shougo/context_filetype.vim'
|
Plug 'Shougo/context_filetype.vim'
|
||||||
"Plug 'idris-hackers/idris-vim', {'for': 'idris'}
|
"Plug 'idris-hackers/idris-vim', {'for': 'idris'}
|
||||||
Plug 'edwinb/idris2-vim', {'for': 'idris'}
|
|
||||||
Plug 'fedorenchik/AnsiEsc'
|
Plug 'fedorenchik/AnsiEsc'
|
||||||
Plug 'derekwyatt/vim-scala', {'for': 'scala'}
|
|
||||||
Plug 'hwayne/tla.vim'
|
Plug 'hwayne/tla.vim'
|
||||||
Plug 'zchee/vim-goasm'
|
Plug 'zchee/vim-goasm'
|
||||||
Plug 'cakebaker/scss-syntax.vim'
|
|
||||||
"Plug 'cappyzawa/starlark.vim'
|
"Plug 'cappyzawa/starlark.vim'
|
||||||
|
|
||||||
" Plugins that autocomplete
|
" Plugins that autocomplete
|
||||||
|
|
@ -204,8 +201,8 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'Shougo/vimproc.vim'
|
Plug 'Shougo/vimproc.vim'
|
||||||
Plug 'Shougo/vimfiler.vim'
|
Plug 'Shougo/vimfiler.vim'
|
||||||
Plug 'Shougo/unite.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 'whonore/coquille', {'branch': 'pathogen-bundle', 'for': 'coq'}
|
||||||
"Plug 'dhruvasagar/vim-zoom'
|
"Plug 'dhruvasagar/vim-zoom'
|
||||||
Plug 'gabrielelana/vim-markdown'
|
Plug 'gabrielelana/vim-markdown'
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
|
@ -545,7 +542,6 @@ set statusline+=%{fugitive#statusline()}\ \
|
||||||
set statusline+=%c, "cursor column
|
set statusline+=%c, "cursor column
|
||||||
set statusline+=%l/%L "cursor line/total lines
|
set statusline+=%l/%L "cursor line/total lines
|
||||||
set statusline+=\ %P "percent through file
|
set statusline+=\ %P "percent through file
|
||||||
set statusline+=%{zoom#statusline()}\
|
|
||||||
|
|
||||||
" ** SMALL FUNCTIONS THAT DON'T FIT AS PLUGINS ***
|
" ** SMALL FUNCTIONS THAT DON'T FIT AS PLUGINS ***
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ fi
|
||||||
if command -v picom &>/dev/null; then
|
if command -v picom &>/dev/null; then
|
||||||
picom -b --config ~/.compton.conf &
|
picom -b --config ~/.compton.conf &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#exec awesome
|
#exec awesome
|
||||||
exec i3
|
exec i3
|
||||||
#exec startxfce4
|
#exec startxfce4
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ PAGER=less; export PAGER
|
||||||
|
|
||||||
# set ENV to a file invoked each time sh is started for interactive use.
|
# set ENV to a file invoked each time sh is started for interactive use.
|
||||||
ENV=$HOME/.zshrc; export ENV
|
ENV=$HOME/.zshrc; export ENV
|
||||||
|
RUST_BACKTRACE=1; export RUST_BACKTRACE
|
||||||
|
|
||||||
#alias ls='ls -FG'
|
#alias ls='ls -FG'
|
||||||
#alias la='ls -FGal'
|
#alias la='ls -FGal'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue