~enan/dotfiles

d8b0521089a8c183a7ca6202f0e04963b7b7335f — Enan Ajmain 1 year, 9 months ago aaf2681
vim,tmux: ~compiler cargo; ~keymap new-window
2 files changed, 3 insertions(+), 3 deletions(-)

M .config/nvim/plugin/user/options.vim
M .tmux.conf
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}'