Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 959 Bytes

File metadata and controls

46 lines (31 loc) · 959 Bytes

Basic CLI dotfiles

 

tmux

C-a source-file ~/.config/tmux/tmux.conf: set the config source file

C-a r: reloads the config file
C-a I: install TPM plugins
C-a U: update TPM plugins

C-a d: detach from current session

M-l: move to the left panel
M-h: move to the right panel
M-k: move to the upper panel
M-j: move to the lower panel

C-a \: new horizontal split
C-a |: new vertical split
C-a x: kill panel

C-a l: resize the panel to the left
C-a h: resize the panel to the right
C-a k: resize the panel to the top
C-a j: resize the panel to the bottom

C-a C-s: save session (automatic save: 5 min)

 

nvim

:Lazy: lazy dashboard

M-l: move to the left panel
M-h: move to the right panel
M-k: move to the upper panel
M-j: move to the lower panel

\: new horizontal split
|: new vertical split
q: kill panel

e: open file explorer