]> git.armaanb.net Git - config.org.git/commitdiff
tmux: use vi mode
authorArmaan Bhojwani <me@armaanb.net>
Mon, 17 May 2021 02:41:02 +0000 (22:41 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 17 May 2021 02:41:02 +0000 (22:41 -0400)
config.org

index 9bbb0a5bb23f5c0f74086d1a40aa572dd517399a..b27a04451b2ab66613e7755cc07377b7dfb163ce 100644 (file)
@@ -1274,4 +1274,5 @@ Modus operandi.
 ** Tmux
 #+begin_src conf :tangle ~/.tmux.conf
   set -g status off
+  set-window-option -g mode-keys vi
 #+end_src