aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-25 17:22:53 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-25 17:22:53 +0200
commitfd76d9129dab827f7143fa180da6d0e4dbad33fa (patch)
tree2adb4466dc67ef2456d593f40e3a43e2d7218fbf
parent07064c697f273525e505ec498b7c9a5859310311 (diff)
downloaddotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.gz
dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.bz2
dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.zip
Added .tmux.conf, vim markdown preview plugin
-rw-r--r--.pluggins.vim1
-rw-r--r--.tmux.conf13
-rw-r--r--.zsh_aliases1
3 files changed, 15 insertions, 0 deletions
diff --git a/.pluggins.vim b/.pluggins.vim
index 65d0361..66ec0c6 100644
--- a/.pluggins.vim
+++ b/.pluggins.vim
@@ -9,6 +9,7 @@ call plug#begin()
Plug 'itchyny/lightline.vim' " minimal status bar
Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators
Plug 'romainl/vim-cool' " disable highlight after search
+ Plug 'iamcco/markdown-preview.vim' " markdown preview in browser
" syntax highlight for languages that aren't supported by default
Plug 'tikhomirov/vim-glsl' " glsl
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..fc2fcb2
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,13 @@
+unbind C-b
+set -g prefix C-f
+bind C-f send-prefix
+
+set -g default-terminal "screen.xterm-256color"
+set -g mouse on
+setw -g mode-keys vi
+
+unbind l
+bind k select-pane -U
+bind j select-pane -D
+bind l select-pane -R
+bind h select-pane -L
diff --git a/.zsh_aliases b/.zsh_aliases
index 59933df..16361af 100644
--- a/.zsh_aliases
+++ b/.zsh_aliases
@@ -71,6 +71,7 @@ alias gco='git checkout'
alias gsta='git stash push'
alias gstp='git stash pop'
alias gpa="git remote | xargs -L1 git push --all"
+alias grv="git remote -v"
# lpass (lastpass-cli)
alias lpassp='lpass show --password --clip' # put password in clipboard