Skip to content

Instantly share code, notes, and snippets.

View randomize's full-sized avatar

Mihailenco Eugene randomize

View GitHub Profile
" CVim settings for auto sync
" Nothing special here, just my key mappings
let hintcharacters = "jfkdhglsautnvyb"
map <C-d> scrollPageDown
map <C-u> scrollPageUp
" The unmaps the default 'k' mapping
" unmap k
unmap d
unmap x
diff --git src/ui/download_list.cc src/ui/download_list.cc
index e3abc9a..4684f0c 100644
--- src/ui/download_list.cc
+++ src/ui/download_list.cc
@@ -349,11 +349,14 @@ DownloadList::setup_keys() {
m_uiArray[DISPLAY_LOG]->bindings()[KEY_LEFT] =
m_uiArray[DISPLAY_LOG]->bindings()['B' - '@'] =
- m_uiArray[DISPLAY_LOG]->bindings()[' '] = std::tr1::bind(&DownloadList::activate_display, this, DISPLAY_DOWNLOAD_LIST);
+ m_uiArray[DISPLAY_LOG]->bindings()[' '] =