From: Armaan Bhojwani Date: Mon, 17 May 2021 02:41:02 +0000 (-0400) Subject: tmux: use vi mode X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;ds=sidebyside;h=5e54865bbfa0235d4c3163c966e5251786487f9a;p=config.org.git tmux: use vi mode --- diff --git a/config.org b/config.org index 9bbb0a5..b27a044 100644 --- a/config.org +++ b/config.org @@ -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