Browse Source

updated to get copy&paste to work in sierra

master
Josh Fabean 7 years ago
parent
commit
7dcafd74be
No known key found for this signature in database GPG Key ID: 5EF27D86AD60946D
2 changed files with 6 additions and 0 deletions
  1. +4
    -0
      .nvimrc
  2. +2
    -0
      .tmux.conf

+ 4
- 0
.nvimrc View File

@ -60,6 +60,10 @@ Plug 'kchmck/vim-coffee-script'
"Git plugin
Plug 'tpope/vim-fugitive'
" Lua
Plug 'xolox/vim-misc'
Plug 'xolox/vim-lua-ftplugin'
"Markdown
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'


+ 2
- 0
.tmux.conf View File

@ -65,4 +65,6 @@ bind-key -t vi-copy WheelDownPane halfpage-down
set-option -g base-index 1
set-window-option -g pane-base-index 1
## fix copy & paste issue
set -g default-command "reattach-to-user-namespace -l ${SHELL}"
source ~/.tmux.powerline.conf

Loading…
Cancel
Save