8000 GitHub - yyancy/.config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yyancy/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.config

install

git init
git remote add origin git@github.com:yyancy/.config.git
git pull origin master

ln -sv ~/.config/zsh/zprofile ~/.zprofile

install tpm

git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm

later, using C-a I to install plugins

Tmux tips

 prefix l go to previous window
 prefix ; go to previous pane
 A-S-c reload config
 prefix !  create a new window from a pane
 prefix z  maximux the pane
 prefix s show all sessions
 prefix ( previous session
 prefix ) next session
 prefix . move window from one session to another
 prefix + [ enter vi mode

install homebrew

sudo apt-get install build-essential procps curl file git
### install script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Git tips

  1. remove files from git but leave it in directory git rm --cached FILENAME

  2. unstaged a staged changes (git add changes) git reset HEAD FILENAME git restore --staged FILENAME

  3. remove current changes git restore FILENAME

  4. undo last commit git reset --soft HEAD~1

Fcitx configuration references

fix keybinding issues

Mint disable Alt-` keybinding

gsettings list-recursively | grep Above_Tab

Mint disable Alt-click move windows

update System settings - Windows - Click actions -> Window Action key https://www.reddit.com/r/linuxmint/comments/18wlx8i/disabling_alt_click_hotkey/

dconf-editor https://superuser.com/questions/1338522/disable-alt-keyboard-shortcut-in-linux

TODOs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0