Merge branch 'master' of https://github.com/jbohanon/.dotfiles
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "tmux/plugins/tpm"]
|
||||||
|
path = tmux/plugins/tpm
|
||||||
|
url = https://github.com/tmux-plugins/tpm
|
||||||
1
tmux/plugins/tpm
Submodule
1
tmux/plugins/tpm
Submodule
Submodule tmux/plugins/tpm added at b699a7e01c
21
tmux/tmux.conf
Normal file
21
tmux/tmux.conf
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Set prefix to Ctrl-Space instead of Ctrl-b
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-Space
|
||||||
|
bind-key C-Space send-prefix
|
||||||
|
|
||||||
|
# Split windows using | and -
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
bind | split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
|
||||||
|
# DON'T paste this line in, if you DON'T want vim keybindings
|
||||||
|
# Set tmux mode to vi (default is emac)
|
||||||
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
|
# List of plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
||||||
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
|
run '~/.dotfiles/tmux/plugins/tpm/tpm'
|
||||||
1
zsh/.oh-my-zsh
Submodule
1
zsh/.oh-my-zsh
Submodule
Submodule zsh/.oh-my-zsh added at ed411d3ff1
@@ -26,6 +26,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
alias pls='sudo'
|
alias pls='sudo'
|
||||||
|
alias sshdev='ssh jacob@192.168.10.70'
|
||||||
alias cddf='cd $HOME/.dotfiles'
|
alias cddf='cd $HOME/.dotfiles'
|
||||||
alias nvdf='nvim $HOME/.dotfiles/README.md'
|
alias nvdf='nvim $HOME/.dotfiles/README.md'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user