Explorar el Código

some fedora-updates

Kevin Heinicke hace 8 años
padre
commit
759f1013bb
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 3 0
      nvimrc
  2. 1 4
      tmux.conf

+ 3 - 0
nvimrc

@@ -48,6 +48,9 @@ call plug#end()  " required
 set path+=**
 set wildmenu
 
+" Make watchdogs possible
+set backupcopy=yes
+
 " jump between split lines
 map j gj
 map k gk

+ 1 - 4
tmux.conf

@@ -1,4 +1 @@
-set -g mode-mouse on
-set -g mouse-resize-pane on
-set -g mouse-select-pane on
-set -g mouse-select-window on
+set -g mouse on