Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 4.88 KB

README.md

File metadata and controls

74 lines (61 loc) · 4.88 KB

dotfiles

GitHub Actions Status Platform

My development environment configuration files with utility scripts.

Platforms

  • Linux (Confirmed on Ubuntu 16.04)
  • Mac OS X, macOS 10 (Confirmed on MacOS Mojave 10.14.5)
  • Windows (Confirmed on Insider Preview Build 18995)
    • WSL 2
    • Msys2 (May have some compatibility issue)

Dependencies

  • Mac
    • reattach-to-user-namespace
    • Brew bundle (optional)
  • Linux
    • sudo apt-get install xclip

Recommended. Partially support when above requirements not satisfied.

Installation

git clone https://github.com/Xvezda/dotfiles.git
cd dotfiles
chmod +x install

./install # Check out usage instruction please

If there is problem while installing, check CI build settings to resolve issue. Or, just register new issue. Feel free to ask :)

TMUX Shortcuts

Commands Actions
ctrl+a Prefix.
alt+h,j,k,l Move around panes.
Prefixctrl+h,j,k,l Swap panes.

VIM Shortcuts

Commands Actions
shift+u Re-do undo.
ctrl+w% Split buffer vertically.
ctrl+w" Split buffer horizontally.
Leadery,x,p system clipboard copy, cut, paste.
,ln Toggle relative line number.
,rw Remove trailing whitespaces.
,rr Remove carrage return characters.
,rs Run current vim script.
,rla Reload all Vim configuration.
,rll Reload local Vim configuration.
[,]+Space Insert empty line.
,u1~6 Markdown header.
F10 Toggle paste mode.
F12 Toggle nested Tmux mode.
Leader+/ Search keyword under cursor.

Etc