From 3fceda1125e2f7c4184dd5b95e73afb9377a02e8 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 31 Oct 2019 12:35:28 -0500 Subject: [PATCH] Add vim_mode to htop and hide process path For info on htop vim_mode, see https://github.com/hishamhm/htop/pull/959 --- apps/htop/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/htop/rc b/apps/htop/rc index fa4ada4..73e2ece 100644 --- a/apps/htop/rc +++ b/apps/htop/rc @@ -8,7 +8,7 @@ hide_kernel_threads=1 hide_userland_threads=1 shadow_other_users=0 show_thread_names=0 -show_program_path=1 +show_program_path=0 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 @@ -24,3 +24,4 @@ left_meters=LeftCPUs2 Memory Swap left_meter_modes=1 1 1 right_meters=RightCPUs2 Tasks LoadAverage Uptime right_meter_modes=1 2 2 2 +vim_mode=1