Gokcehan
bd889a9e06
make 'delete' command prompting
...
Related #113
2019-02-06 15:56:41 +03:00
Gokcehan
951529ebc0
make read commands work when typed manually
2019-02-06 15:07:31 +03:00
Daniel Lewan
0fc14e3b2d
add option to execute command on server initialization ( #135 )
2019-02-06 14:56:06 +03:00
Gokcehan
79b05dc365
update doc
2019-01-31 22:15:31 +03:00
Gokcehan
c7fe60c541
keep command line mode for resize events
2019-01-31 21:55:32 +03:00
Gokcehan
ec5fac3274
cleanup
2019-01-31 21:51:17 +03:00
Tomáš Martiček
90f0339fa9
Implemented line numbers ( #133 )
2019-01-27 17:31:29 +03:00
Gokcehan
e0e5977008
update documentation
2019-01-18 23:09:18 +03:00
Gokcehan
85a6fe95c5
rename diacritics files
2019-01-18 21:21:31 +03:00
Gokcehan
55955fa5c1
add search and find to the documentation
...
Related #68
2019-01-18 20:41:17 +03:00
Daniel Lewan
993b227682
add fish completion to etc ( #131 )
2019-01-17 17:51:32 +03:00
Gokcehan
d8b9bab3ea
add 'color256' option to control color mode
...
Related #104
2019-01-08 22:47:41 +03:00
Gokcehan
c5297d6b6b
handle normal commands in cmap
...
Related #68
2018-12-29 21:39:06 +03:00
Gokcehan
8dd3f692b8
remove duplicates in autocompletion
2018-12-29 20:20:45 +03:00
Kallinteris Andreas
7e3f92f049
added ':delete' builtin command ( #121 )
...
* added ':delete' command
* fixed doc
* fixed typo
* added dummy function for delete for windows
* detacted the functionality from the OS
* now deletion works based on selections
* added effective selection
* delete no longer sends 'send sync'
* fixed typo
* fixed typo
* added DOC to effective selection
* added DOC to deleteFiles()
* fixed DOC typos
* added ability to overwrite :delete
* added ability to overwrite :delete
2018-12-29 20:14:20 +03:00
Gokcehan
3efdfd3bca
update documentation
2018-12-03 15:46:17 +03:00
Gokcehan
b101603a4a
Revert "only draw ui when the output pauses in shell-pipe"
...
This reverts commit 8229d972b9
.
2018-12-03 15:43:12 +03:00
martinlebeda
c693b7eae4
add ignoredia and smartdia option for search and find without diacritics ( #118 )
2018-12-03 15:41:53 +03:00
Gokcehan
4ee6488a09
add 'incsearch' option for incremental searching
...
Related #68
2018-11-24 19:02:04 +03:00
Gokcehan
8229d972b9
only draw ui when the output pauses in shell-pipe
2018-11-08 20:00:54 +03:00
Gokcehan
6193885a55
remove notice from readme
2018-10-30 21:47:45 +03:00
Gokcehan
6b1748240c
add notice to readme
2018-10-02 14:41:07 +03:00
Gokcehan
629a7f3297
update documentation
2018-08-29 19:28:22 +03:00
Gokcehan
5e67147204
check HOME and USER variables on startup
...
Related #108
2018-08-27 19:38:08 +03:00
Gokcehan
266a583adb
use load instead of reload after shell-pipe
...
Related #109
2018-08-27 19:01:21 +03:00
Gokcehan
b22384d634
keep index when selection is deleted
...
Related #109
2018-08-27 18:57:55 +03:00
Gokcehan
4ba3c3cda9
keep reverse direction in find and search
2018-08-23 01:55:50 +03:00
Gokcehan
4420e41c76
add 'anchorfind' option to control find start
...
Related #68
2018-08-23 01:37:07 +03:00
Gokcehan
a59a5aa712
use zero value in findlen for arbitrary length
...
Related #68
2018-08-23 01:29:59 +03:00
Gokcehan
170e39b95e
add 'findlen' option to control number of chars
...
Related #68
2018-08-22 20:57:47 +03:00
Gokcehan
011cca76d1
add find commands to find as you type
...
Related #68
2018-08-22 20:05:22 +03:00
Gokcehan
0b8de7c77e
detach server on windows
...
Related #106
2018-08-01 00:21:55 +03:00
Gokcehan
d3f9a3588f
handle non-existent directories during reload
2018-07-30 20:56:57 +03:00
Gokcehan
a0935fabcb
handle removed directories during load
2018-07-30 18:41:14 +03:00
Gokcehan
e82cbb820f
export 'LF_LEVEL' variable for nested instances
...
Related #107
2018-07-28 16:52:54 +03:00
Gokcehan
9234bcd5b8
try to reconnect after sleep
2018-07-26 22:11:05 +03:00
Gokcehan
7dbb61f295
try to reconnect when server is not yet started
...
Related #106
2018-07-26 21:58:09 +03:00
Gokcehan
40002a7752
add 'quit' command to server protocol
...
Related #106
2018-07-22 20:44:56 +03:00
Gokcehan
ffa913d943
update readme
2018-07-19 00:59:09 +03:00
Gokcehan
abf2187271
save last directory as a mark
...
Related #76
2018-07-17 19:45:31 +03:00
Gokcehan
ee7293e2f7
change system configuration path on unix
2018-07-13 22:46:37 +03:00
Gokcehan
95a9305f70
add marks and history file locations to doc
2018-07-12 21:47:19 +03:00
Gokcehan
cdf4fcb810
write history to history file on quit
...
Related #81
2018-07-12 21:22:36 +03:00
Gokcehan
211bcd0444
write marks to marks file on quit
...
Related #76
2018-07-11 20:09:26 +03:00
Gokcehan
0d0f7451ac
add 'mark-save' and 'mark-load' commands for marks
...
Related #76
2018-07-09 21:35:04 +03:00
Gokcehan
a80900f41e
rename mark to selection
2018-07-09 21:22:10 +03:00
Gokcehan
552182958a
use pager variable for doc on windows
2018-07-08 14:27:35 +03:00
Gokcehan
d86e9c991c
add 'doc' command to view documentation
...
Related #100
2018-07-07 17:50:47 +03:00
Gokcehan
e74a43bf0e
cleanup
2018-07-07 17:34:04 +03:00
Gokcehan
9d4accbcde
typo
2018-07-06 01:16:58 +03:00