Update 05.06.23
This commit is contained in:
parent
0698c60a3d
commit
111ea60970
@ -53,7 +53,11 @@ URxvt.iso14755: false
|
|||||||
URxvt.iso14755_52: false
|
URxvt.iso14755_52: false
|
||||||
|
|
||||||
!URxvt*font: xft:DejaVuSansMono:size=12:style=dzForPowerline
|
!URxvt*font: xft:DejaVuSansMono:size=12:style=dzForPowerline
|
||||||
URxvt*font: xft:Courier New:size=12:style=dzForPowerline
|
! URxvt*font: xft:Courier New:size=12:style=dzForPowerline
|
||||||
|
URxvt*font: xft:JetBrainsMono Nerd Font:size=12
|
||||||
|
URxvt*boldFont: xft:JetBrainsMono Nerd Font:size=12
|
||||||
|
URxvt*italicFont: xft:JetBrainsMono Nerd Font:size=12
|
||||||
|
URxvt*boldItalicFont: xft:JetBrainsMono Nerd Font:size=12
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
!URxvt.keysym.Alt-Up: resize-font:bigger
|
!URxvt.keysym.Alt-Up: resize-font:bigger
|
||||||
!URxvt.keysym.Alt-Down: resize-font:smaller
|
!URxvt.keysym.Alt-Down: resize-font:smaller
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
plus-style = "syntax #012800"
|
plus-style = "syntax #012800"
|
||||||
minus-style = "syntax #340001"
|
minus-style = "syntax #340001"
|
||||||
syntax-theme = Monokai Extended
|
syntax-theme = Monokai Extended
|
||||||
|
;syntax-theme = gruvbox-dark
|
||||||
navigate = true
|
navigate = true
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
[interactive]
|
[interactive]
|
||||||
|
|||||||
37
tmux-cht-command
Normal file
37
tmux-cht-command
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
find
|
||||||
|
man
|
||||||
|
tldr
|
||||||
|
sed
|
||||||
|
awk
|
||||||
|
tr
|
||||||
|
cp
|
||||||
|
ls
|
||||||
|
grep
|
||||||
|
xargs
|
||||||
|
rg
|
||||||
|
ps
|
||||||
|
mv
|
||||||
|
kill
|
||||||
|
lsof
|
||||||
|
less
|
||||||
|
head
|
||||||
|
tail
|
||||||
|
tar
|
||||||
|
cp
|
||||||
|
rm
|
||||||
|
rename
|
||||||
|
jq
|
||||||
|
cat
|
||||||
|
ssh
|
||||||
|
cargo
|
||||||
|
git
|
||||||
|
git-worktree
|
||||||
|
git-status
|
||||||
|
git-commit
|
||||||
|
git-rebase
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
stow
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
make
|
||||||
13
tmux-cht-languages
Normal file
13
tmux-cht-languages
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
python
|
||||||
|
django-admin
|
||||||
|
golang
|
||||||
|
vim
|
||||||
|
javascript
|
||||||
|
tmux
|
||||||
|
zsh
|
||||||
|
cpp
|
||||||
|
c
|
||||||
|
lua
|
||||||
|
bash
|
||||||
|
css
|
||||||
|
html
|
||||||
2
vimrc
2
vimrc
@ -523,7 +523,7 @@ nnoremap <C-G> :CocCommand fzf-preview.GitFiles<CR>
|
|||||||
nnoremap <C-X> :CocCommand fzf-preview.DirectoryFiles<CR>
|
nnoremap <C-X> :CocCommand fzf-preview.DirectoryFiles<CR>
|
||||||
"nnoremap <C-X> :CocCommand fzf-preview.GitFiles<CR>
|
"nnoremap <C-X> :CocCommand fzf-preview.GitFiles<CR>
|
||||||
" Search buffers
|
" Search buffers
|
||||||
"nnoremap <C-B> :Buffers<CR>
|
" nnoremap <C-B> :Buffers<CR>
|
||||||
nnoremap <C-B> :CocCommand fzf-preview.Buffers<CR>
|
nnoremap <C-B> :CocCommand fzf-preview.Buffers<CR>
|
||||||
" Open Flake8 error
|
" Open Flake8 error
|
||||||
"nnoremap <C-E> :Errors<CR>
|
"nnoremap <C-E> :Errors<CR>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user