M .config/nvim/plugin/user/options.vim => .config/nvim/plugin/user/options.vim +1 -1
@@ 153,6 153,6 @@ if isdirectory("build")
else
set makeprg =make
end
-let g:cargo_makeprg_params = 'build'
+let g:cargo_makeprg_params = ''
call LoadLocalVimrc()
M .tmux.conf => .tmux.conf +2 -2
@@ 65,8 65,8 @@ if-shell "uname -a | grep -qEi '(Microsoft|WSL)'" " \
bind -T copy-mode-vi y send -X copy-pipe-and-cancel 'win32yank.exe -i'"
# Create session and window
-bind C-c new-session
-bind c new-window -c "#{pane_current_path}"
+bind c new-window -ac "#{pane_current_path}"
+bind C-c new-window
# Synchronize panes i.e. send same keycords to every panes in this window
bind S set synchronize-panes \; display 'Synchronization#{?pane_synchronized,on,off}'