From 111ea60970ae2dc5bca3b3c9d5cccaf671d4fce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Mon, 5 Jun 2023 01:25:26 +0200 Subject: [PATCH] Update 05.06.23 --- Xresources | 6 +++++- gitconfig | 1 + tmux-cht-command | 37 +++++++++++++++++++++++++++++++++++++ tmux-cht-languages | 13 +++++++++++++ vimrc | 2 +- 5 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 tmux-cht-command create mode 100644 tmux-cht-languages diff --git a/Xresources b/Xresources index 1b75bbf..3e714cc 100644 --- a/Xresources +++ b/Xresources @@ -53,7 +53,11 @@ URxvt.iso14755: false URxvt.iso14755_52: false !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.keysym.Alt-Up: resize-font:bigger !URxvt.keysym.Alt-Down: resize-font:smaller diff --git a/gitconfig b/gitconfig index 29dfd4b..e8c5b1a 100644 --- a/gitconfig +++ b/gitconfig @@ -36,6 +36,7 @@ plus-style = "syntax #012800" minus-style = "syntax #340001" syntax-theme = Monokai Extended + ;syntax-theme = gruvbox-dark navigate = true side-by-side = true [interactive] diff --git a/tmux-cht-command b/tmux-cht-command new file mode 100644 index 0000000..04551d3 --- /dev/null +++ b/tmux-cht-command @@ -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 diff --git a/tmux-cht-languages b/tmux-cht-languages new file mode 100644 index 0000000..9bb44c5 --- /dev/null +++ b/tmux-cht-languages @@ -0,0 +1,13 @@ +python +django-admin +golang +vim +javascript +tmux +zsh +cpp +c +lua +bash +css +html diff --git a/vimrc b/vimrc index 7e2a401..43e57a1 100644 --- a/vimrc +++ b/vimrc @@ -523,7 +523,7 @@ nnoremap :CocCommand fzf-preview.GitFiles nnoremap :CocCommand fzf-preview.DirectoryFiles "nnoremap :CocCommand fzf-preview.GitFiles " Search buffers -"nnoremap :Buffers +" nnoremap :Buffers nnoremap :CocCommand fzf-preview.Buffers " Open Flake8 error "nnoremap :Errors