Add neovim

This commit is contained in:
Fabian Ising
2018-07-29 16:26:51 +02:00
parent 022fb330d5
commit 1a47a9f316
8 changed files with 43 additions and 8 deletions

4
tmux/.mac_config Normal file
View File

@@ -0,0 +1,4 @@
set-option -g default-shell /bin/zsh
bind -Tcopy-mode-vi y send -X copy-pipe "pbcopy" \; display-message "copied to system clipboard"
bind C-p run "tmux set-buffer \"$pbpaste\"; tmux paste-buffer"
bind C-y run "tmux save-buffer - | pbcopy"