From e92837ec9f223fc3489706d5d6dfc4bc7fd311c1 Mon Sep 17 00:00:00 2001 From: curvd_ Date: Mon, 29 Apr 2019 16:23:40 +0200 Subject: [PATCH] added vim section --- linux_general.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/linux_general.txt b/linux_general.txt index c778b9f..255adde 100644 --- a/linux_general.txt +++ b/linux_general.txt @@ -498,4 +498,29 @@ -"gotop" Beautiful alternative to htop - -"neofetch" display system information in an aesthetic manner + -"neofetch" display system information in an aesthetic manner + + -"feh" a simple image wiever that can also set the background + + -"i3-lock" and "i3-lock-wrapper" a simple and suckless lock screen + + -"st" a trurly suckless terminal + + # VIM COMMANDS + + COMMANDS + :q to quit + :w to write + a combination of the two + :!.. to force a command (:q! to force exit without saoving) + ?... to search + n to advance in the search + + BINDINGS + p to paste + y to yank (copy) + d to cut + u to undo + Ctrl-r to redo + v to enter visual mode (selection) + Ctrl-s disables terminal input, press Ctrl-q to re-enable it