diff --git a/CMakeLists.txt b/CMakeLists.txt index 890774f..cc4f088 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project(ke C) # Specify C language explicitly set(CMAKE_C_STANDARD 99) -set(KE_VERSION "1.0.8") +set(KE_VERSION "1.0.10") set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wshadow -Werror -std=c99 -g") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE") diff --git a/ke.1 b/ke.1 index 475ad13..81a93d7 100644 --- a/ke.1 +++ b/ke.1 @@ -26,6 +26,8 @@ saving a file can be done with either C-k s or C-k C-s. Delete from the cursor to the beginning of the line. .It C-k d Delete from the cursor to the end of the line. +.It C-k C-d +Delete the entire link. .It C-k e Edit a new file. Also C-k C-e. .It C-k f