Skip to content

jiholland/dotprofiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Dotfiles for bash, nvim, vim and tmux.

Installation

Install dotfiles with Ansible:

ansible-playbook playbook.yml

Dependencies:

Shell profiles

Shell profiles provide:

  • aliases
  • colorization
  • completions
  • history
  • prompt with git branch

Nvim

Note-to-self:

ctrl+y = Confirm highlighted lsp.
ctrl+n = List valid lsp-options.
gcc = Comment line.

Tmux

Note-to-self:

tmux attach -t mysession
tmux kill-session -t mysession
tmux new -s mysession

prefix     = Ctrl+a
prefix d   = Detach from session.
prefix esc = Enter copy mode. 

prefix " = Split pane vertical.
prefix % = Split pane horizontal.
prefix l = Switch pane (hjkl or arrows).
prefix x = Close current pane.

prefix & = Close window.
prefix , = Rename window.
prefix - = Move window.
prefix c = Create window.
prefix n = Next window.
prefix p = Previous window.

☕️ Jørn Ivar